Cross- Zone Load Balancer Flashcards
1
Q
What is Cross-Zone Load Balancing in AWS?
A
It’s a feature that allows AWS Elastic Load Balancing to distribute incoming traffic evenly across all instances in different Availability Zones.
Example: Elastic Load Balancer evenly distributes traffic between instances in us-east-1a and us-east-1b.
2
Q
Why use Cross-Zone Load Balancing?
A
Balanced Traffic: Ensures no single instance or zone gets overloaded.
Increased Availability: Reduces risk of downtime if one zone has issues.
Cross-Zone Load Balancing helps in evenly distributing traffic and improving the overall availability of the application.