What problem does it solve?
Troubleshooting unhealthy AWS resources requires manually correlating CloudWatch metrics, logs, and service status across many CLI commands, which is slow and error-prone. This Skill automates the full diagnostic workflow from resource discovery through root cause analysis to a phased remediation plan.
Core Features & Use Cases
- Multi-Service Health Assessment: Runs service-specific health checks for EC2, Lambda, RDS, ECS, ALB, SQS, DynamoDB, and API Gateway using AWS CLI and CloudWatch metrics.
- Log & Root Cause Analysis: Executes CloudWatch Logs Insights queries to find error patterns, cold starts, and dependency failures, then classifies issues by severity and root cause category.
- Actionable Remediation Plan: Generates immediate, short-term, and long-term fixes with ready-to-run AWS CLI commands, plus CloudWatch alarm recommendations.
- Use Case: A Lambda function's error rate spikes overnight. Use this Skill to pull 24-hour error metrics, query logs for recurring exceptions, identify IAM permission denials as the root cause, and receive a step-by-step remediation plan.
Quick Start
Diagnose the health of my Lambda function named payment-processor and create a remediation plan for any issues found.