Medium1 markMultiple Choice
AWS SAA-C03 · Question 47 · Domain 3.2: Compute Performance
A company is migrating a monolithic application to microservices using Docker containers. They want AWS to manage the container orchestration. They do not want to manage the underlying EC2 instances. Which TWO services should they use together? (Select TWO.)
A company is migrating a monolithic application to microservices using Docker containers. They want AWS to manage the container orchestration. They do not want to manage the underlying EC2 instances. Which TWO services should they use together? (Select TWO.)
Answer options:
A.
Amazon Elastic Container Service (ECS)
B.
Amazon EC2
C.
AWS Fargate
D.
AWS Elastic Beanstalk
E.
AWS Lambda
How to approach this question
Identify the orchestrator (ECS or EKS) and the serverless compute engine (Fargate).
Full Answer
Amazon ECS is a highly scalable, high-performance container orchestration service. AWS Fargate is a serverless compute engine for containers that works with ECS (and EKS), allowing you to run containers without having to provision or manage the underlying EC2 instances.
Common mistakes
Selecting EC2 when the prompt explicitly asks to avoid managing instances.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert