Bird
0
0

An Auto Scaling group is not scaling out despite high CPU usage. Which of the following is a likely misconfiguration?

medium📝 Debug Q7 of 15
AWS - Auto Scaling
An Auto Scaling group is not scaling out despite high CPU usage. Which of the following is a likely misconfiguration?
AScaling policy threshold is set higher than current CPU usage
BMinSize is set higher than MaxSize
CDesiredCapacity is set to zero
DCooldown period is set to zero
Step-by-Step Solution
Solution:
  1. Step 1: Understand scaling triggers

    Scaling out happens when CPU usage exceeds the policy threshold.
  2. Step 2: Check threshold vs actual CPU

    If threshold is higher than current CPU, scaling won't trigger despite high usage.
  3. Final Answer:

    Scaling policy threshold too high prevents scaling out -> Option A
  4. Quick Check:

    Threshold > CPU blocks scaling [OK]
Quick Trick: Scaling triggers only if metric exceeds threshold [OK]
Common Mistakes:
  • Confusing MinSize and MaxSize settings
  • Assuming cooldown zero disables scaling
  • Thinking DesiredCapacity zero stops scaling out

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes