Bird
0
0

You configured auto scaling to add instances when CPU exceeds 80%, but no new instances launch despite CPU at 90%. What could cause this?

medium📝 Debug Q6 of 15
AWS - Auto Scaling
You configured auto scaling to add instances when CPU exceeds 80%, but no new instances launch despite CPU at 90%. What could cause this?
AThe minimum instance count is set too high
BThe maximum instance limit has been reached
CThe scaling policy threshold is set below 80%
DThe instances are in a stopped state
Step-by-Step Solution
Solution:
  1. Step 1: Analyze scaling conditions

    Scaling triggers when CPU > 80%, but no new instances appear despite 90% CPU.
  2. Step 2: Consider limits

    If the maximum number of instances is already running, no scale out occurs.
  3. Step 3: Evaluate other options

    Minimum count or threshold settings wouldn't prevent scaling out at high CPU; stopped instances don't affect scaling triggers.
  4. Final Answer:

    The maximum instance limit has been reached -> Option B
  5. Quick Check:

    Max limit blocks scaling out [OK]
Quick Trick: Max instance limit stops scaling out [OK]
Common Mistakes:
  • Confusing minimum and maximum instance settings
  • Assuming threshold misconfiguration
  • Ignoring instance state effects

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes