Medium1 markMultiple Choice
Domain 2.1: Deployment StrategyDeploymentMicroservicesPatterns

AWS SAP-C02 · Question 25 · Domain 2.1: Deployment Strategy

A team is migrating a monolithic application to microservices on Amazon ECS. They need a deployment strategy that allows them to test the new microservices in production with real traffic, but without affecting the end-user experience. Which pattern should they use?

Answer options:

A.

Blue/Green Deployment

B.

Canary Deployment

C.

Traffic Shadowing (Dark Launch)

D.

A/B Testing

How to approach this question

Identify the pattern that uses real traffic but hides the response from the user.

Full Answer

C.Traffic Shadowing (Dark Launch)✓ Correct
Traffic Shadowing duplicates incoming requests and sends them to the new service for testing, but only the response from the old service is returned to the user.

Common mistakes

Confusing Shadowing with Canary.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6

75 questions · hints · full answers · grading

More questions from this exam