What problem does it solve? EC2 instances without proper TTL (time-to-live) tags accumulate silently, leading to forgotten resources and uncontrolled cloud costs. This Skill automates daily detection of missing, invalid, expired, or soon-to-expire TTL tags so teams can review and clean up instances before they become waste. ## Core Features & Use Cases - One-command deployment: A single Bash script provisions the SNS topic, IAM role, Lambda function, and EventBridge daily schedule in one AWS account. - Daily TTL scanning: The Python Lambda scans running and stopped instances and reports missing, invalid, expired, or soon-expiring TTL tags via SNS email. - Configurable alerts: Environment variables control warning window, email recipients, and resource names. - Use Case: A platform engineer wants a daily email listing all EC2 instances in one AWS account whose TTL tag has expired or is missing, without deploying a full monitoring stack. ## Quick Start Ask the agent to deploy the EC2 TTL alert workflow to your AWS profile using the deploy script, then confirm the SNS email subscription and review the test invocation output.