Recall & Review
beginner
What is Amazon EKS?
Amazon EKS is a managed Kubernetes service that makes it easy to run Kubernetes on AWS without needing to install and operate your own Kubernetes control plane.
Click to reveal answer
beginner
What is Amazon ECS?
Amazon ECS is a fully managed container orchestration service that supports Docker containers and allows you to easily run and scale containerized applications on AWS.
Click to reveal answer
intermediate
When should you choose EKS over ECS?
Choose EKS if you want to use Kubernetes features, need portability across cloud providers, or want to use Kubernetes tools and ecosystem.
Click to reveal answer
intermediate
When is ECS a better choice than EKS?
ECS is better if you want a simpler setup, tighter AWS integration, and do not need Kubernetes features or multi-cloud portability.
Click to reveal answer
intermediate
What is a key difference in management between EKS and ECS?
AWS manages the Kubernetes control plane in EKS, but you manage the worker nodes; ECS is fully managed by AWS (especially with Fargate) with less operational overhead.
Click to reveal answer
Which service is a managed Kubernetes offering?
✗ Incorrect
Amazon EKS is the managed Kubernetes service on AWS.
Which service is simpler to set up for running containers on AWS?
✗ Incorrect
Amazon ECS offers simpler setup and management for container workloads.
If you want to use Kubernetes tools and ecosystem, which service should you pick?
✗ Incorrect
Amazon EKS supports Kubernetes and its ecosystem.
Which service provides tighter integration with other AWS services by default?
✗ Incorrect
Amazon ECS is designed for tight AWS integration.
Which service involves Kubernetes control planes?
✗ Incorrect
Amazon EKS is a managed Kubernetes service where AWS handles the control plane.
Explain the main differences between Amazon EKS and Amazon ECS.
Think about Kubernetes vs AWS native container management.
You got /4 concepts.
Describe scenarios when you would choose EKS over ECS and vice versa.
Focus on use cases and operational preferences.
You got /4 concepts.