Medium1 markMultiple Choice
AWS SAP-C02 · Question 15 · Domain 4.2: New Architecture Design
A company is migrating a monolithic on-premises application to AWS. They want to modernize it into microservices using containers. They want minimal operational overhead for managing the container infrastructure. Which compute option should they choose?
A company is migrating a monolithic on-premises application to AWS. They want to modernize it into microservices using containers. They want minimal operational overhead for managing the container infrastructure. Which compute option should they choose?
Answer options:
A.
Amazon EC2 instances managed by AWS Elastic Beanstalk
B.
Amazon EKS with managed node groups
C.
Amazon ECS with AWS Fargate
D.
AWS Lambda
How to approach this question
Look for the container service that abstracts away the underlying infrastructure (serverless containers).
Full Answer
C.Amazon ECS with AWS Fargate✓ Correct
Amazon ECS with AWS Fargate
AWS Fargate is a serverless compute engine for containers that works with both ECS and EKS. It eliminates the need to provision and manage servers.
Common mistakes
Choosing EKS, which has a steeper learning curve and higher operational overhead.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 1
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 50 VPCs across two AWS Regions. They need to establish transitive routing betwe...HardQ02A company uses AWS Organizations. The security team wants to ensure that no IAM user or role can ...MediumQ03An application requires a relational database with an RPO of 1 second and an RTO of less than 1 m...HardQ04A company is setting up a new multi-account environment. They want to automate the provisioning o...MediumQ05An organization wants to allocate AWS costs to specific business units. They use AWS Organization...Hard
Expert