What problem does it solve? Investigating AWS incidents requires jumping between consoles and CLI commands for EC2, ECS, Lambda, and CloudWatch. This Skill centralizes that workflow into scripted queries so an agent can pull logs, metrics, alarms, and resource details in a consistent, repeatable way. ## Core Features & Use Cases - CloudWatch Logs and Metrics First: Query log groups with filter patterns and retrieve metric datapoints for any namespace, dimension, and statistic. - Resource Inspection: List and describe EC2 instances, ECS services (with deployments and events), and Lambda functions, plus list CloudWatch alarms by state. - Guided Investigation Workflows: Built-in step-by-step flows for EC2 issues, ECS task failures, Lambda errors, and cost/resource audits, with a standardized findings report format. - Use Case: A Lambda function starts throwing errors in production. Run get_lambda_logs.py with an ERROR filter, check the Errors and Duration metrics, and produce a root-cause hypothesis with recommended remediation. ## Quick Start Ask the agent to investigate why the Lambda function api-handler is failing by checking its logs and CloudWatch metrics from the last hour.