Medium1 markMultiple Choice
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?
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
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