Skip to main content

0001 – Use ECS + Fargate over EKS

Context

We need containerized services with low operational overhead and strong AWS integration.

Decision

Use AWS ECS + Fargate for the API and worker services.

Consequences

  • Lower operational complexity than Kubernetes (EKS)
  • Easy API vs worker scaling
  • Future migration to EKS is possible if needed