Bird
0
0

Given this AWS setup: An application uses an Elastic Load Balancer (ELB) with Auto Scaling enabled. What happens when user traffic suddenly doubles?

medium📝 Conceptual Q13 of 15
AWS - Architecture Best Practices
Given this AWS setup: An application uses an Elastic Load Balancer (ELB) with Auto Scaling enabled. What happens when user traffic suddenly doubles?
AThe application crashes due to overload
BThe ELB rejects extra traffic to keep servers stable
CAuto Scaling adds more servers and ELB distributes traffic evenly
DAuto Scaling removes servers to save costs
Step-by-Step Solution
Solution:
  1. Step 1: Understand ELB and Auto Scaling roles

    ELB spreads traffic across servers; Auto Scaling adds servers when demand rises. Auto Scaling will add servers to handle more users, and ELB will balance the load.
  2. Final Answer:

    Auto Scaling adds more servers and ELB distributes traffic evenly -> Option C
  3. Quick Check:

    More traffic = More servers + balanced load [OK]
Quick Trick: More traffic triggers Auto Scaling and ELB balances load [OK]
Common Mistakes:
  • Thinking ELB rejects traffic
  • Assuming the app crashes immediately
  • Believing Auto Scaling removes servers on high load

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes