AWS Certified Solutions Architect – Associate (SAA-C03) — Question 536

A retail company uses a regional Amazon API Gateway API for its public REST APIs. The API Gateway endpoint is a custom domain name that points to an Amazon Route 53 alias record. A solutions architect needs to create a solution that has minimal effects on customers and minimal data loss to release the new version of APIs.

Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

A canary release deployment stage in Amazon API Gateway allows for a controlled, gradual rollout by routing a small fraction of live traffic to the new API version for validation. This approach minimizes user impact and potential data loss because any issues can be quickly mitigated by rolling back traffic before a full production promotion. Other methods, such as overwriting the API or shifting DNS records globally, carry a much higher risk of immediate, widespread service disruption.