0
0
AWScloud~10 mins

EKS vs ECS decision in AWS - Interactive Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify the AWS service used for managed Kubernetes.

AWS
service = "[1]"
Drag options to blanks, or click blank then click option'
AEKS
BECS
CLambda
DFargate
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing ECS which is for container orchestration but not Kubernetes.
2fill in blank
medium

Complete the code to specify the AWS service that manages containers without Kubernetes.

AWS
service = "[1]"
Drag options to blanks, or click blank then click option'
ACloudFormation
BEC2
CECS
DEKS
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing ECS with EKS or EC2.
3fill in blank
hard

Fix the error in the statement about the control plane management service.

AWS
control_plane = "[1]"
Drag options to blanks, or click blank then click option'
ALambda manages the Kubernetes control plane
BEC2 manages the Kubernetes control plane
CECS manages the Kubernetes control plane
DEKS manages the Kubernetes control plane
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking ECS or EC2 manages Kubernetes control plane.
4fill in blank
hard

Fill both blanks to describe the compute options for ECS and EKS.

AWS
ECS can run on [1] or [2] compute options.
Drag options to blanks, or click blank then click option'
AEC2
BLambda
CFargate
DS3
Attempts:
3 left
💡 Hint
Common Mistakes
Including Lambda or S3 which are not ECS compute options.
5fill in blank
hard

Fill all three blanks to describe the orchestration and management differences.

AWS
EKS uses [1] for orchestration, [2] manages the control plane, and [3] supports serverless compute.
Drag options to blanks, or click blank then click option'
AKubernetes
BAWS
CFargate
DDocker Swarm
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Docker Swarm with Kubernetes or misattributing control plane management.