ClaudeSuperPower

aws-containers

Skill

Deploys and operates containerized workloads on ECS, Fargate, and ECR. Covers task definitions, Fargate services, ECR repository setup and lifecycle policies, ECS Exec debugging, service scaling, deployment strategies, load balancer integration, and logging configuration. Use when deploying, debuggi

Install

git clone https://github.com/aws/agent-toolkit-for-aws.git ~/.claude/skills/aws-containers

What is aws-containers?

Deploys and operates containerized workloads on ECS, Fargate, and ECR. Covers task definitions, Fargate services, ECR repository setup and lifecycle policies, ECS Exec debugging, service scaling, deployment strategies, load balancer integration, and logging configuration. Use when deploying, debugging, or optimizing containers on AWS. ALSO USE for container deployment options (ECS vs ECS Express Mode), networking modes, health check troubleshooting, OOM errors, secrets injection, blue/green deployments, ECR image management, and App Runner sunset guidance and migration. NOT for Kubernetes, EKS, or CI/CD pipelines.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Read files only

Read-only tools

~155 tokens of context used while enabled, before you invoke anything

All declared tools (1)
Read

Documentation

README · ~12 min read

AWS Containers

Service Overview

Developer NeedRecommendKey CLI / CDK
Simplest container deploy (HTTP app/API, new customers)ECS Express Modeaws ecs create-express-gateway-service
Web app, worker, batch, scheduled taskECS on Fargateaws ecs create-service / CDK ecsPatterns.ApplicationLoadBalancedFargateService
GPU workloads or >16 vCPUECS on EC2CDK ecs.Ec2Service
Store container imagesECRaws ecr create-repository
Web app behind a load balancerECS Fargate + ALBCDK ecsPatterns.ApplicationLoadBalancedFargateService
SQS worker scaling on queue depthECS Fargate + SQSCDK ecsPatterns.QueueProcessingFargateService

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.

Skillssimilar to this one

All skills