
Answer-first summary for fast verification
Answer: Use the Swap Environment URLs feature in AWS Elastic Beanstalk.
The correct answer is B. AWS Elastic Beanstalk provides a Swap Environment URLs feature specifically for blue/green deployments. This feature allows you to switch the CNAME records of two environments, thereby directing traffic from the old environment (blue) to the new environment (green) seamlessly. This method is built into Elastic Beanstalk and is the recommended approach for performing such updates.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A solutions architect is tasked with updating an application environment in AWS Elastic Beanstalk using the blue/green deployment strategy. The architect has successfully created a new environment that mirrors the existing one and has deployed the updated application to this new environment. What is the next step to finalize the deployment and switch traffic from the old environment to the new one?
A
Redirect traffic to the new environment using Amazon Route 53.
B
Use the Swap Environment URLs feature in AWS Elastic Beanstalk.
C
Modify the Auto Scaling launch configuration for the new environment.
D
Adjust the DNS records to direct traffic to the new environment.
No comments yet.