ECS, EKS


ECS (Elastic Container Service) & EKS (Elastic Kubernetes Service)

  • What it is:

    • ECS: AWS's own simplified way to run Docker containers. Easier to learn.

    • EKS: Managed Kubernetes. Harder, but industry standard.

  • Equivalents:

    • GCP: Cloud Run (closest to ECS) / GKE (EKS)

    • Azure: Azure Container Instances (ECS) / AKS (EKS)


Fargate


Last updated