0
0
AWScloud~20 mins

EKS vs ECS decision in AWS - Practice Questions

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
EKS vs ECS Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Choosing between EKS and ECS for Kubernetes workloads

You want to run containerized applications using Kubernetes on AWS. Which service should you choose to get a fully managed Kubernetes control plane?

AAmazon EKS (Elastic Kubernetes Service)
BAmazon ECS (Elastic Container Service)
CAWS Lambda
DAmazon EC2
Attempts:
2 left
💡 Hint

Think about which service is specifically designed to manage Kubernetes clusters.

Architecture
intermediate
2:00remaining
Selecting a container orchestration service for minimal management

Your team wants to deploy containers on AWS with minimal cluster management and no need to manage Kubernetes components. Which service fits best?

AAmazon ECS with Fargate launch type
BAmazon EKS with self-managed nodes
CAmazon EC2 instances running Docker manually
DAmazon EKS with managed node groups
Attempts:
2 left
💡 Hint

Consider which option removes the need to manage servers or nodes entirely.

security
advanced
2:30remaining
IAM roles and permissions in EKS vs ECS

Which service allows assigning IAM roles directly to individual containers for fine-grained permissions?

AAmazon EKS with Kubernetes RBAC only
BAWS Lambda functions
CAmazon EC2 instances with instance profiles
DAmazon ECS with IAM Roles for Tasks
Attempts:
2 left
💡 Hint

Think about which service integrates IAM roles at the container task level.

Best Practice
advanced
2:30remaining
Cost optimization when choosing between EKS and ECS

You want to minimize operational costs for running container workloads on AWS. Which approach generally reduces costs related to cluster management?

AUse Amazon EKS with self-managed EC2 nodes
BUse Amazon EKS with managed node groups
CUse Amazon ECS with Fargate launch type
DUse Amazon ECS with EC2 launch type
Attempts:
2 left
💡 Hint

Consider which option reduces the need to pay for and manage EC2 instances.

service_behavior
expert
3:00remaining
Behavior of service discovery in EKS vs ECS

Which service natively integrates with AWS Cloud Map for service discovery, allowing automatic registration and DNS resolution of container tasks?

AAmazon EKS
BAmazon ECS
CAmazon EC2 with manual DNS setup
DAWS Lambda
Attempts:
2 left
💡 Hint

Think about which service has built-in integration with AWS Cloud Map for service discovery.