Medium1 markMultiple Choice
AWS SAP-C02 · Question 22 · Domain 2.1: Deployment Strategy
A company is deploying a new version of their application on Amazon EKS. They want to route 10% of live traffic to the new version to monitor error rates. If the error rate exceeds 1%, the deployment should automatically roll back. Which deployment strategy is this?
A company is deploying a new version of their application on Amazon EKS. They want to route 10% of live traffic to the new version to monitor error rates. If the error rate exceeds 1%, the deployment should automatically roll back. Which deployment strategy is this?
Answer options:
A.
Blue/Green deployment
B.
Canary deployment
C.
Rolling deployment
D.
Immutable deployment
How to approach this question
Match the percentage-based traffic shifting to the correct deployment term.
Full Answer
B.Canary deployment✓ Correct
Canary deployment
A Canary deployment shifts a small portion of traffic to the new version to test stability before rolling out to the rest of the users.
Common mistakes
Confusing Canary with Blue/Green.
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