
Answer-first summary for fast verification
Answer: System will keep running as is
Overall explanation Correct option: System will keep running as is You are already running at max capacity. After you have created your Auto Scaling group, the Auto Scaling group starts by launching enough EC2 instances to meet its minimum capacity (or its desired capacity, if specified). If there are no other scaling conditions attached to the Auto Scaling group, the Auto Scaling group maintains this number of running instances even if an instance becomes unhealthy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company has set up an Auto Scaling group with integrated health checks. In this configuration, the desired capacity is set to 3 instances, and the maximum capacity is also set to 3 instances. The scaling policies are designed to trigger an adjustment when the CPU utilization reaches 60 percent or more. Currently, the CPU utilization of the EC2 instances in the Auto Scaling group is at 80 percent.
Given the parameters and current utilization, what will happen next?
A
The desired capacity will go up to 4 and the maximum capacity will also go up to 4
B
System will keep running as is
C
System will trigger CloudWatch alarms to AWS support
D
The desired capacity will go up to 4 and the maximum capacity will stay at 3
No comments yet.