AWS ECS

What is ECS?

ECS is Amazon their own take to make a container orchestrator, before surrendering to Kubernetes (therefore, [[AWS EKS]])

Components

Resources

What is the difference between a task and a service in AWS ECS? A beginner’s guide to Amazon’s Elastic Container Service

Pricing

Traditional ECS under the hood provisions EC2 instances to build a cluster, where the user pays for the EC2 instances.

Fargate is the “Serverless” version of the above where the user pays for the time of running.