ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

16 / 500

Question 16:

You need to create a new Elastic Beanstalk environment for the following my-app project.

Answer options:

A.Delete the file environmentvariables.config as it is not required. Use EB CLI eb deploy to create a new Elastic Beanstalk environment.
B.Use the EB CLI eb create --cfg savedconfig to apply the saved configuration for the new environment.
C.Remove the .ebextensions folder as it will override the saved configuration. Use AWS CLI aws elasticbeanstalk create-environment --application-name my-app --environment-name my-env --template-name savedconfig to create the new environment.
D.Modify the environmentvariables.config file to use the same settings as the saved configuration. Use the EB CLI eb create --cfg savedconfig.cfg.yml to create a new Elastic Beanstalk environment.