0
0
AWScloud~20 mins

Why container services matter on AWS - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
AWS Container Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Why use container services on AWS?

Which of the following is the main benefit of using container services like Amazon ECS or EKS on AWS?

AThey allow running applications without managing servers or infrastructure.
BThey automatically create virtual machines for each container.
CThey replace the need for any cloud storage services.
DThey guarantee zero cost for running applications.
Attempts:
2 left
💡 Hint

Think about what container services help you avoid managing directly.

Architecture
intermediate
2:00remaining
Choosing between Amazon ECS and EKS

You want to run containerized applications on AWS. Which service should you choose if you want to use Kubernetes features?

AAmazon EKS
BAmazon S3
CAWS Lambda
DAmazon ECS
Attempts:
2 left
💡 Hint

Which service is built to run Kubernetes clusters?

security
advanced
2:30remaining
Securing container workloads on AWS

Which AWS feature helps isolate container workloads to improve security?

AAmazon S3 bucket policies
BIAM roles for tasks
CAWS CloudTrail logs
DAWS CloudFormation templates
Attempts:
2 left
💡 Hint

Think about how permissions can be assigned specifically to containers.

service_behavior
advanced
2:30remaining
How does AWS Fargate simplify container deployment?

What is the main way AWS Fargate changes how you deploy containers?

AIt only supports running containers on virtual machines you manage.
BIt requires manual scaling of container instances.
CIt removes the need to manage servers or clusters for running containers.
DIt replaces containers with serverless functions.
Attempts:
2 left
💡 Hint

Consider what Fargate manages for you behind the scenes.

Best Practice
expert
3:00remaining
Optimizing cost with container services on AWS

You want to optimize costs when running containers on AWS. Which approach is best?

AStore container images only on local developer machines.
BRun containers on large EC2 instances without scaling.
CKeep containers running 24/7 regardless of traffic.
DUse AWS Fargate with right-sized CPU and memory settings and auto scaling.
Attempts:
2 left
💡 Hint

Think about matching resources to demand and avoiding waste.