aws-troubleshoot

Diagnose AWS EC2, Lambda, ECS/Fargate, and RDS incidents using describe calls and CloudWatch analysis.

654|77|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/incidentfox/incidentfox --skill aws-troubleshoot-incidentfox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-troubleshoot
Source: https://github.com/incidentfox/incidentfox/tree/main/local/claude_code_pack/skills/aws-troubleshoot
Command: npx skills add https://github.com/incidentfox/incidentfox --skill aws-troubleshoot-incidentfox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides AWS incident troubleshooting using a structured, pattern-based workflow.

Core Features & Use Cases

  • Identify the AWS resource/service involved
  • Check resource status using describe APIs
  • Review CloudWatch logs for errors and anomalies
  • Analyze CloudWatch metrics to spot irregular patterns
  • Inspect configuration for misconfigurations
  • Synthesize findings and generate actionable remediation steps
  • Use Case: When EC2 or Lambda issues arise, apply the pattern to isolate root causes and propose fixes

Quick Start

Use this skill to diagnose a failing AWS EC2 instance by describing the instance, inspecting CloudWatch metrics, and summarizing likely causes.

Frequently Asked Questions about aws-troubleshoot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot AWS EC2 instance failures using CloudWatch metrics?

To troubleshoot AWS EC2 instance failures, you should describe the instance status, inspect CloudWatch metrics for irregular patterns, and review logs to isolate the root cause and propose fixes.

What is the best way to diagnose AWS Lambda errors in production?

The best way to diagnose AWS Lambda errors is to apply a structured troubleshooting pattern that reviews CloudWatch logs for anomalies and inspects configuration for misconfigurations to generate actionable remediation steps.

Can I use AWS describe APIs to check resource status during an incident?

Yes, you can use AWS describe APIs to check resource status during an incident, which is a core step in the structured troubleshooting workflow for EC2, Lambda, ECS/Fargate, and RDS issues.

Does this troubleshooting pattern work for ECS and Fargate issues?

Yes, this troubleshooting pattern works for ECS and Fargate issues, analyzing resource status, CloudWatch logs, metrics, and misconfigurations to synthesize findings and generate remediation steps.

Why is my AWS RDS instance unreachable and how can I find the misconfiguration?

Your AWS RDS instance might be unreachable due to misconfigurations. You can find them by checking resource status with describe calls, analyzing CloudWatch metrics, and inspecting configuration settings.