ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

2 / 474

Question 2:

A Developer has been asked to create an AWS Elastic Beanstalk environment for a production web application that needs to handle thousands of requests. Currently, the dev environment is running on a t1.micro instance.
What is the best way for the developer to provision a new production environment with a m4.large instance instead of a t1.micro?

Answer options:

A.Use CloudFormation to migrate the Amazon EC2 instance type from t1.micro to m4.large.
B.Create a new configuration file with the instance type as m4.large and reference this file when provisioning the new environment.
C.Provision a m4.large instance directly in the dev environment and deploy to the new production environment.
D.Change the instance type value in the configurations file to m4.large by using the update autoscaling group CLI command.