
Ultimate access to all questions.
An e-commerce company utilizing AWS CodeDeploy in their AWS cloud CI/CD pipeline aims to maintain seamless application updates and high availability. They have configured the deployment process to include automatic rollbacks for their critical flagship application hosted on Amazon EC2 instances.
In the event that the deployment of the new version of this application does not succeed, what specific actions are triggered as part of the automatic rollback process?
A
AWS CodePipeline promotes the most recent working deployment with a SUCCEEDED status to production
B
The last known working deployment is automatically restored using the snapshot stored in Amazon S3
C
CodeDeploy switches the Route 53 alias records back to the known good green deployment and terminates the failed blue deployment
D
A new deployment of the last known working version of the application is deployed with a new deployment ID