ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

374 / 500

Question 374:

A company has a Node.js application deployed in an Elastic Beanstalk environment. At the moment the environment uses an “All at once” deployment strategy. The new versions are deployed in all instances simultaneously and there is a short time of outage. If there is a problem with the new version, another deployment is required to perform the rollback. Your manager asks you to use another method that deploys new versions to a fresh group of instances. And the new instances should serve traffic only after the health check has passed. In the meantime, you do not want to maintain two environments in Elastic Beanstalk. Which deployment strategy should you select?

Answer options:

A.Configure a Rolling update strategy in the Elastic Beanstalk environment. Deploy new application versions in new instances and then attach the instances to the original load balancer.
B.Set up a Rolling with additional batch strategy which launches an extra batch of instances for new deployments.
C.Configure a blue/green deployment strategy by swapping environment URLs in Elastic Beanstalk.
D.Configure an Immutable deployment strategy in the Elastic Beanstalk environment.