
Ultimate access to all questions.
You are managing an Auto Scaling group in an AWS environment that is configured to dynamically adjust the number of EC2 instances to meet load demands. The Auto Scaling group currently has a maximum capacity of 3 instances and a present capacity of 2 instances. There is a scaling policy in place that specifies the addition of 3 instances when triggered.
Given these configurations, if this scaling policy is executed, what would be the resulting state of the Auto Scaling group?
A
Amazon EC2 Auto Scaling adds only 1 instance to the group
B
Amazon EC2 Auto Scaling adds 3 instances to the group
C
Amazon EC2 Auto Scaling adds 3 instances to the group and scales down 2 of those instances eventually
D
Amazon EC2 Auto Scaling does not add any instances to the group, but suggests changing the scaling policy to add one instance