What happens when a load balancer fails?

12,814

Solution 1

Typically load balancers are clustered together into a high-availability pair.

If one load balancer fails, the secondary picks up the failure and becomes active. They have a heartbeat link between them that monitors status.

If all load balancers fail (or are accidentally misconfigured), servers down-stream are knocked offline until the problem is resolved, or you manually route around them.

Solution 2

Yes if the load balancer instances both fail the service is essentially dead. Note that amazons uptime includes up to 4 hours of downtime a year (99.95%)

Share:
12,814

Related videos on Youtube

SteveGSD
Author by

SteveGSD

Updated on September 17, 2022

Comments

  • SteveGSD
    SteveGSD over 1 year

    Let's say I'm using Amazon's EC2 load balancer. I have it hooked up to two instances (excuse me if my terminology isn't correct). What happens if the load balancer fails? Do both instances fail to work now?

    • Josh K
      Josh K about 14 years
      Stuff explodes.
    • Admin
      Admin over 13 years
      Quis custodiet ipsos custodes?
  • Kyle Brandt
    Kyle Brandt about 14 years
    +1 I bet in general: Misconfiguration > Hardware + Software Failure