Question 82:
You have a development team that is continuously spending a lot of time rolling back updates for an application. If the software change fails, they spend more than 5-6h in rolling back the update. Which of the below options is the best to reduce the time for rolling back application versions?
Answer options:
A.Use Elastic Beanstalk and re-deploy using Application Versions. B.Use S3 to store each version and then re-deploy with Elastic Beanstalk. C.Use CloudFormation and update the stack with the previous template. D.Configure an AutoScalingRollingUpdate policy for the Auto Scaling group in OpsWorks.