Question 283:
Your team is responsible for an AWS Elastic Beanstalk application. The business requires that you move to a continuous deployment model, releasing updates to the application multiple times per day with zero downtime. What should you do to enable this and still be able to roll back almost immediately in an emergency to the previous version?
Answer options:
A.Enable rolling updates in the Elastic Beanstalk environment, setting an appropriate pause time for application startup. B.Create a second Elastic Beanstalk environment running the new application version, and swap the environment CNAMEs. C.Develop the application to poll for a new application version in your code repository; download and install to each running Elastic Beanstalk instance. D.Create a second Elastic Beanstalk environment with the new application version, and configure the old environment to redirect clients, using the HTTP 301 response code, to the new environment