AWS Certified Solutions Architect - Professional

AWS Certified Solutions Architect - Professional

Get started today

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?




Explanation:

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.