What is the Load(CPU) utilization value in predictive scaling graph.

0

The value of y-axis in the Predictive scaling policy Graph (under Auto scaling group) is in thousands, but says Load (CPU) utilization. What metric is it? It says aggregated CPU usage across the group, but I have only 1 instance in my ASG (for testing purposes) but the graph shows about 2K of CPU utilization during peak. what does it mean, and what is the UNIT value for the y-axis of the graph?

AWS
Narain
asked a year ago212 views
1 Answer
0

The load metric graph is SUM of the metric for the the full hour. So in your case it would be the SUM of all the CPU datapoints pushed by EC2 for every instance in the ASG. If you'd had 2 instances with the same load as this test one, the graph would show 4k. Predictive scaling is using this to find out the total load that was placed on the instance over the entire hour (since capacity predictions are currently made for whole hours)

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions