Bird
0
0

A business needs to maintain performance during sudden traffic spikes while minimizing costs. Which auto scaling approach best meets this requirement?

hard📝 Architecture Q8 of 15
AWS - Auto Scaling
A business needs to maintain performance during sudden traffic spikes while minimizing costs. Which auto scaling approach best meets this requirement?
AUse scheduled scaling to add instances only during known peak hours
BSet aggressive scale-out policies with high cooldown periods
CKeep a fixed number of instances running at all times
DImplement dynamic scaling based on real-time metrics with balanced thresholds
Step-by-Step Solution
Solution:
  1. Step 1: Understand requirements

    Need to handle sudden spikes and minimize costs.
  2. Step 2: Evaluate options

    Scheduled scaling (A) only works for predictable spikes, not sudden ones.
  3. Step 3: Consider aggressive policies (B)

    High cooldowns delay scaling, hurting performance.
  4. Step 4: Fixed instances (D)

    Increases cost without flexibility.
  5. Step 5: Dynamic scaling (C)

    Adjusts resources in real-time, balancing cost and performance.
  6. Final Answer:

    Implement dynamic scaling based on real-time metrics with balanced thresholds -> Option D
  7. Quick Check:

    Dynamic scaling balances cost and performance [OK]
Quick Trick: Dynamic scaling adapts to real-time demand [OK]
Common Mistakes:
  • Relying only on scheduled scaling for unpredictable spikes
  • Using long cooldowns that delay scaling
  • Keeping fixed capacity regardless of load

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes