Q: 3
A DevOps team uses AWS CodePipeline, AWS CodeBuild, and AWS CodeDeploy to deploy an
application. The application is a REST API that uses AWS Lambda functions and Amazon API Gateway
Recent deployments have introduced errors that have affected many customers.
The DevOps team needs a solution that reverts to the most recent stable version of the application
when an error is detected. The solution must affect the fewest customers possible.
Which solution Will meet these requirements With the MOST operational efficiency?
Options
Discussion
B . That canary config with auto rollback is shown a lot in the official guide and practice exams for limiting customer impact. If you want to go deeper, AWS whitepapers or labs are helpful for this topic.
Its B here. Canary10Percent10Minutes limits how many users get the buggy version if something goes wrong, and automatic rollback kicks in fast with the right CloudWatch alarm. Saw this setup in some practice sets and it matches AWS best practices for efficiency. Anyone see a reason to go with A instead? Pretty sure B is what they want.
B auto rollback with canary is most efficient here.
Maybe B. Similar question came up in my practice set, and canary with auto rollback was the right approach there too.
A is better, not B
B tbh.
Ugh these AWS options get so wordy. B, canary + automatic rollback is what the exam wants here.
Hmm, I get why folks pick A since AllAtOnce with auto rollback sounds fast, but that means every user gets hit if there's a bad deploy. Pretty sure B is better for limiting customer impact-canary plus automatic rollback. Let me know if I’m missing something though.
B makes sense here. Canary deployments like LambdaCanary10Percent10Minutes limit exposure since only a small chunk of users see the new version before full rollout. Auto rollback based on CloudWatch alarms means errors revert fast and with minimal impact. Pretty sure that fits "operational efficiency" best, but open to arguments if someone strongly prefers A.
I don't think it's B. A. Canary can miss immediate issues, and AllAtOnce with auto rollback still reverts fast.
Be respectful. No spam.