ECS Fargate Deployment
AWS ECS Fargate (primary container platform): Dockerise application (multi-stage builds), push to ECR, ECS Task Definition (CPU/memory, env vars, health check), ECS Service (desired count, auto-scaling), ALB (target groups, health checks), rolling deployment (zero-downtime). No EC2 fleet to manage pay per task-second.

