What is ECS (Elastic Container Service)?
AWS's container orchestration service for running and managing Docker containers at scale.
Why It Matters
ECS handles the complexity of deploying, scaling, and managing containerised applications on AWS.
Real-World Example
Using ECS to run a fleet of containers that automatically scales based on incoming traffic.
“Understanding terms like ECS (Elastic Container Service) matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”
Related Terms
Container
A lightweight, isolated package containing an application and everything it needs to run
Docker
A tool that packages your application and everything it needs to run into a standardised container
Fargate
An AWS service that runs containers without you needing to manage the underlying servers.
Kubernetes
A system for automatically managing, scaling, and deploying containerised applications
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Docker
A tool that packages your application and everything it needs to run into a standardised container
Kubernetes
A system for automatically managing, scaling, and deploying containerised applications
Container
A lightweight, isolated package containing an application and everything it needs to run
Fargate
An AWS service that runs containers without you needing to manage the underlying servers.
Server
A computer that runs continuously to handle requests, store data, and serve your application to users
Serverless
A way to run code without managing your own servers, where the cloud provider handles everything