Amazon Elastic Kubernetes Service(EKS)
EKS is a managed Kubernetes(Open-source) service
- Orchestrates containers using Kubernetes constructs (pods, deployments, services)
- Supports EC2 nodes or Fargate for worker nodes
- Does NOT run ECS tasks
- Only runs workloads defined in Kubernetes manifests

Exam Tip
- ECS and EKS are separate — you choose either ECS or EKS, not both.
- If a question mentions Kubernetes API, kubectl, or Helm → it’s EKS
- If it mentions AWS-native container tasks/services → it’s ECS