What is Amazon ECS?
Answer: Elastic Container Service is AWS's native container orchestrator. You define tasks in a task definition, run them as standalone tasks or as a service that maintains a desired count behind a load balancer, on either EC2 capacity you manage or Fargate serverless capacity. It integrates directly with IAM, VPC, ALB and CloudWatch.
Why interviewers ask this: The framing to give is that ECS trades Kubernetes's portability and ecosystem for a much simpler operational model with deep AWS integration. That is a legitimate engineering trade-off, and saying so is better than treating Kubernetes as automatically superior.
