Question 177:
A DevOps engineer is helping the development team to create a Node.js application with AWS Elastic Beanstalk. He modified the maximum number of instances in Auto Scaling Group to 10 in the AWS console during environment creation. However, in the source bundle, there is a configuration file in the folder .ebextensions that sets the maximum number of instances to 5. Given that the maximum number is 4 for Elastic Beanstalk environment by default, what is the maximum number of ASG after the DevOps engineer in the AWS console creates the environment?
Answer options:
A.The environment cannot be created successfully as there is a conflict between the configurations. B.The maximum number is 10. C.The maximum number is 5. D.The maximum number is 4.