Bird
0
0

How can combining auto scaling with load balancing improve application availability?

hard📝 Application Q9 of 15
AWS - Elastic Load Balancing
How can combining auto scaling with load balancing improve application availability?
AAuto scaling replaces load balancer when traffic is low
BAuto scaling adds or removes servers based on demand; load balancing distributes traffic to these servers
CAuto scaling monitors user activity; load balancing blocks bad traffic
DAuto scaling encrypts data; load balancing stores backups
Step-by-Step Solution
Solution:
  1. Step 1: Understand auto scaling and load balancing roles

    Auto scaling adjusts server count based on demand; load balancing spreads traffic evenly.
  2. Step 2: Identify correct combined behavior

    Auto scaling adds or removes servers based on demand; load balancing distributes traffic to these servers correctly describes how these two work together to improve availability.
  3. Final Answer:

    Auto scaling adds or removes servers based on demand; load balancing distributes traffic to these servers -> Option B
  4. Quick Check:

    Auto scaling + load balancing = Better availability [OK]
Quick Trick: Auto scaling adjusts servers; load balancer spreads traffic [OK]
Common Mistakes:
  • Mixing encryption with scaling
  • Confusing monitoring with scaling
  • Thinking auto scaling replaces load balancer

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes