Skip to main content
DevOpsLabTH.dev

Containers with ECS, EKS, and Fargate

Containers package an application with its dependencies so it runs the same everywhere. AWS orchestrates them two ways, ECS as its own simpler orchestrator and EKS as managed Kubernetes, and runs them on two launch types, EC2 instances you manage or Fargate where you manage nothing. Knowing which combination fits is the goal.

Sign in to start the lab