AWS service that distributes incoming traffic across multiple servers to prevent overload. Like a traffic cop directing cars to different lanes to avoid congestion.
An online shopping site uses Elastic Load Balancer to spread customer requests across multiple servers during peak shopping seasons.
All are managed load balancing services that distribute traffic across multiple backends for availability and scale. AWS ELB is a family: ALB (Layer 7 HTTP/HTTPS), NLB (Layer 4 TCP/UDP), and GWLB (service insertion with appliances). Azure commonly maps to Application Gateway for Layer 7 and Azure Load Balancer for Layer 4. GCP provides a unified Cloud Load Balancing portfolio across Layer 7 and Layer 4. OCI Load Balancer provides Layer 4/7 load balancing for OCI backends.
Explore real-world architectures from our community that use Elastic Load Balancer: