Handles ECS, Fargate, and ECR deployments with strong opinions on common mistakes. Recommends ECS Express Mode for simple HTTP apps (replacing App Runner) and Fargate for everything else. The gotchas section is the real value here: it catches issues agents trip on constantly like invalid Fargate CPU/memory combinations, confusing execution vs task roles, and the 300-second ALB deregistration delay that slows every deployment. Includes decision tables for picking the right service pattern and working ECS Exec commands for debugging live containers. Explicitly excludes Kubernetes and EKS, so pair it with a separate skill if you're running both workload types.
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill aws-containers