Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to specify the AWS service used for managed Kubernetes.
AWS
service = "[1]"
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing ECS which is for container orchestration but not Kubernetes.
✗ Incorrect
EKS is the AWS managed Kubernetes service.
2fill in blank
mediumComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing ECS with EKS or EC2.
✗ Incorrect
ECS is AWS's container orchestration service without Kubernetes.
3fill in blank
hardFix 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Thinking ECS or EC2 manages Kubernetes control plane.
✗ Incorrect
EKS manages the Kubernetes control plane for you.
4fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Including Lambda or S3 which are not ECS compute options.
✗ Incorrect
ECS supports EC2 instances and Fargate serverless compute.
5fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Docker Swarm with Kubernetes or misattributing control plane management.
✗ Incorrect
EKS uses Kubernetes for orchestration, AWS manages the control plane, and Fargate supports serverless compute.