Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Day 6 — Containers (ECS / EKS / Fargate)

Topic for today: Containers on AWS. Lambda is great until it isn't. Picking up containers so we know when to step up from serverless and how to actually run something.

Topics

  1. ECS vs EKS vs Fargate — when to pick which, and what each one really costs to operate
  2. Writing a Dockerfile for a Python service / agent — slim images, multi-stage builds
  3. Task definitions, services, and ALB integration on ECS
  4. Autoscaling — target tracking vs step scaling, scaling on custom metrics
  5. Running agents and MCP servers in containers — long-lived state, websockets, gotchas

Notes

Tracking issue: #6