Easy1 markMultiple Choice
AWS SAP-C02 · Question 74 · Domain 4.4: Modernization Requirements
A development team is modernizing a legacy application. They want to adopt containerization using Docker. They do not want to manage the underlying EC2 instances or cluster scaling, but they need seamless integration with VPC networking and IAM roles. Which THREE services should they use? (Select THREE)
A development team is modernizing a legacy application. They want to adopt containerization using Docker. They do not want to manage the underlying EC2 instances or cluster scaling, but they need seamless integration with VPC networking and IAM roles. Which THREE services should they use? (Select THREE)
Answer options:
A.
Amazon EC2
B.
Amazon Elastic Container Service (ECS)
C.
AWS Elastic Beanstalk
D.
AWS Fargate
E.
Amazon S3
F.
Amazon Elastic Container Registry (ECR)
G.
AWS Lambda
How to approach this question
Identify the serverless container orchestration stack on AWS.
Full Answer
B, D, F
Amazon ECS provides container orchestration. AWS Fargate provides the serverless compute engine, removing the need to manage EC2 instances. Amazon ECR is used to securely store the Docker container images.
Common mistakes
Selecting EC2 when the prompt explicitly states they don't want to manage instances.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert