Bird
0
0

What is the main purpose of integrating an Auto Scaling group with an Elastic Load Balancer (ELB)?

easy📝 Conceptual Q11 of 15
AWS - Auto Scaling
What is the main purpose of integrating an Auto Scaling group with an Elastic Load Balancer (ELB)?
ATo distribute incoming traffic evenly across all running instances
BTo store data persistently across instances
CTo create backups of instances automatically
DTo monitor the health of the database
Step-by-Step Solution
Solution:
  1. Step 1: Understand Auto Scaling and ELB roles

    Auto Scaling adjusts the number of servers based on demand. ELB distributes user traffic across these servers.
  2. Step 2: Identify integration benefit

    Linking Auto Scaling with ELB ensures traffic is balanced only to healthy, running instances, improving availability.
  3. Final Answer:

    To distribute incoming traffic evenly across all running instances -> Option A
  4. Quick Check:

    Auto Scaling + ELB = balanced traffic [OK]
Quick Trick: ELB balances traffic; Auto Scaling adjusts servers [OK]
Common Mistakes:
  • Confusing ELB with storage or backup services
  • Thinking Auto Scaling manages data persistence
  • Assuming ELB monitors databases

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes