AWS Certified DevOps Engineer – Professional — Question 48

A company recently migrated its legacy application from on-premises to AWS. The application is hosted on Amazon EC2 instances behind an Application Load
Balancer, which is behind Amazon API Gateway. The company wants to ensure users experience minimal disruptions during any deployment of a new version of the application. The company also wants to ensure it can quickly roll back updates if there is an issue.
Which solution will meet these requirements with MINIMAL changes to the application?

Answer options

Correct answer: A

Explanation

Option A is correct because using a canary release allows for minimal disruption by directing only a small amount of traffic to the new environment, enabling easy rollback if issues arise. Option B does not provide a controlled rollout process. Option C focuses on gradual routing but does not emphasize the canary strategy. Option D sends all traffic to the new target group immediately, which increases the risk of disruptions.