Medium1 markMultiple Choice
AWS SAP-C02 · Question 49 · Domain 4.2: New Architecture Design
A company is migrating a monolithic application to a microservices architecture on AWS. They want to migrate gradually without downtime. They plan to route specific API calls to the new microservices while sending the rest to the legacy monolith. Which migration pattern and AWS service combination is MOST appropriate?
A company is migrating a monolithic application to a microservices architecture on AWS. They want to migrate gradually without downtime. They plan to route specific API calls to the new microservices while sending the rest to the legacy monolith. Which migration pattern and AWS service combination is MOST appropriate?
Answer options:
A.
Blue/Green deployment using AWS CodeDeploy.
B.
Strangler Fig pattern using Amazon API Gateway.
C.
Canary release using Amazon Route 53.
D.
Lift and shift using AWS Application Migration Service.
How to approach this question
Identify the architectural pattern for gradual monolith refactoring.
Full Answer
B.Strangler Fig pattern using Amazon API Gateway.✓ Correct
Strangler Fig pattern using Amazon API Gateway.
The Strangler Fig pattern is the standard approach for migrating monoliths to microservices. Amazon API Gateway acts as the routing layer, directing specific endpoints to new Lambda/ECS services while sending the rest to the legacy backend.
Common mistakes
Confusing Canary (percentage-based) with Strangler Fig (path-based).
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert