ASSOCIATE-CLOUD-ENGINEER · Question #34
You're working for a company as a Cloud engineer. You have a managed instance group for which the autoscaling is enabled if CPU utilization is 70%. Right now there are 4 instances available in this in
The correct answer is C. Average CPU usage of the instance group is less than 70%. The question asks for the reason why an autoscaling managed instance group (MIG) isn't scaling out, even though one instance exceeds the CPU threshold.
Question
Options
- AIt will take 60 seconds to launch a new instance
- BAutoscaling is not active
- CAverage CPU usage of the instance group is less than 70%
- DNone of the above
How the community answered
(40 responses)- A5% (2)
- B8% (3)
- C73% (29)
- D15% (6)
Why each option
The question asks for the reason why an autoscaling managed instance group (MIG) isn't scaling out, even though one instance exceeds the CPU threshold.
While instance launch takes time, the problem implies the autoscaler hasn't been triggered to *start* a new instance yet, not that one is in the process of launching.
The question explicitly states that autoscaling is enabled and configured, contradicting the idea that it's inactive.
Google Cloud autoscaling for Managed Instance Groups based on CPU utilization typically aggregates the metric across all instances in the group; therefore, if the average CPU usage of the entire group remains below the 70% threshold, new instances will not be launched, even if a single instance is overloaded.
Option C provides a valid and technically correct reason for the observed autoscaling behavior.
Concept tested: Google Cloud MIG autoscaling metric aggregation
Source: https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-vms#autoscaling_instance_groups
Topics
Community Discussion
No community discussion yet for this question.