
Ultimate access to all questions.
A retail company operates its IT infrastructure on AWS Cloud using Elastic Beanstalk. The development team is preparing to release the next version of an application. Their primary concerns are to achieve minimal application downtime during the deployment process and to have the ability to quickly rollback to the previous version if the deployment encounters any issues.
As a Developer Associate, which of the following options would you recommend to the development team?
A
Deploy the new application version using 'Rolling' deployment policy
B
Deploy the new application version using 'All at once' deployment policy
C
Deploy the new application version using 'Rolling with additional batch' deployment policy
D
Deploy the new version to a separate environment via Blue/Green Deployment, and then swap Route 53 records of the two environments to redirect traffic to the new version