Bird
0
0

A user configures an Auto Scaling policy but notices no new instances launch during high traffic. What is the most likely cause?

medium📝 Debug Q6 of 15
AWS - Architecture Best Practices
A user configures an Auto Scaling policy but notices no new instances launch during high traffic. What is the most likely cause?
ACloudFront is caching old data
BThe Auto Scaling group has no minimum size
CThe EC2 instances are stopped manually
DThe scaling policy threshold is set too high
Step-by-Step Solution
Solution:
  1. Step 1: Analyze scaling policy thresholds

    If thresholds are too high, scaling triggers won't activate during traffic spikes.
  2. Step 2: Check other options

    Minimum size affects initial instances but not scaling triggers; stopped instances don't auto scale; CloudFront caching unrelated.
  3. Final Answer:

    The scaling policy threshold is set too high -> Option D
  4. Quick Check:

    High threshold blocks scaling = The scaling policy threshold is set too high [OK]
Quick Trick: Check scaling thresholds if no instances launch [OK]
Common Mistakes:
  • Ignoring threshold settings
  • Confusing minimum size with scaling triggers
  • Blaming unrelated services

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes