ECS (Elastic Container Service)

aws/compute aws/service aws/containers

💡 Definition

Amazon ECS is a highly scalable, high-performance container orchestration service that supports Docker containers and allows you to easily run and scale containerized applications on AWS.

🔑 Key Concepts

⚙️ How it Works

  1. Define Task: Specify container image, resources, ports.
  2. Create Service: Define desired number of tasks, networking, load balancing.
  3. Launch: ECS places and runs your containers based on the chosen launch type (EC2 or Fargate).

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EKS * Fargate * EC2 * Lambda