Bird
0
0

You set up Auto Scaling but notice your application still slows down under heavy load. What is a likely cause?

medium📝 Debug Q14 of 15
AWS - Architecture Best Practices
You set up Auto Scaling but notice your application still slows down under heavy load. What is a likely cause?
AAuto Scaling is not configured with proper scaling policies
BYou used an Elastic Load Balancer correctly
CYour database is too fast
DYou enabled monitoring and alerts
Step-by-Step Solution
Solution:
  1. Step 1: Check Auto Scaling configuration

    If scaling policies are missing or incorrect, Auto Scaling won't add servers when needed. Using ELB correctly helps performance, a fast database is good, and monitoring helps detect issues, so they are not causes.
  2. Final Answer:

    Auto Scaling is not configured with proper scaling policies -> Option A
  3. Quick Check:

    Wrong scaling policies cause slow response [OK]
Quick Trick: Check scaling policies if Auto Scaling fails [OK]
Common Mistakes:
  • Blaming ELB when it's set up right
  • Thinking a fast database causes slowdowns
  • Ignoring the importance of scaling policies

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes