Amazon API Gateway fronts Lambda for a REST API. Route 53 provides DNS. A new Lambda version is ready; 10% of production traffic must hit the new functions for one week with no URL change for clients. What is the MOST operationally efficient deployment?
Multiple choice — select one answer
Answer choices
Architectural breakdown & explanation
API Gateway canary deployments on the same stage shift traffic without client-side hostname changes.
Correct answer(s): a. Add a canary release on the existing production stage: 10% to the new Lambda integration and 90% to the current integration.
Exam domain: Domain 1: SDLC Automation (22% weight on the official guide).
Official documentation & study links
Practice this certification
This page is one question from the AWS Certified DevOps Engineer – Professional bank. Run a full timed practice exam with domain-weighted random questions in your browser.