Medium1 markMultiple Choice
AWS SAP-C02 · Question 74 · Domain 4.2: New Architecture Design
An organization is migrating a complex monolithic application to AWS. They have decided to use the Strangler Fig pattern to gradually extract microservices. Which FOUR AWS services are typically used to implement this pattern? (Select FOUR)
An organization is migrating a complex monolithic application to AWS. They have decided to use the Strangler Fig pattern to gradually extract microservices. Which FOUR AWS services are typically used to implement this pattern? (Select FOUR)
Answer options:
A.
Amazon API Gateway.
B.
AWS Lambda.
C.
Amazon ECS or EKS.
D.
Application Load Balancer (ALB).
E.
AWS Snowmobile.
F.
Amazon Macie.
How to approach this question
Identify the routing and compute services used in modernization.
Full Answer
The Strangler Fig pattern requires a routing layer (API Gateway or ALB) to direct specific API calls to new microservices (hosted on Lambda, ECS, or EKS) while sending the rest to the legacy system.
Common mistakes
Selecting data transfer tools instead of application routing tools.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert