Medium1 markMultiple Choice
Domain 4.2: New Architecture DesignMigrationMicroservicesAPI Gateway

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?

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