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:
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.
Final Answer:
Auto Scaling is not configured with proper scaling policies -> Option A
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
Master "Architecture Best Practices" in AWS
9 interactive learning modes - each teaches the same concept differently