AWS Containers Service Overview | Developer Need | Recommend | Key CLI / CDK | |---|---|---| | Simplest container deploy (HTTP app/API, new customers) | ECS Express Mode | | | Web app, worker, batch, scheduled task | ECS on Fargate | / CDK | | GPU workloads or 16 vCPU | ECS on EC2 | CDK | | Store container images | ECR | | | Web app behind a load balancer | ECS Fargate + ALB | CDK | | SQS worker scaling on queue depth | ECS Fargate + SQS | CDK | | Cron job / scheduled task | ECS Fargate + EventBridge | CDK | | Service mesh / service-to-service | ECS Service Connect | Configure on ECS service…