19. Load Balancers

ND9991 C02 L02 A13.1 Intro To Load Balancers And Servers

ND9991 C02 L2 A13.2 Load Balancers And Servers

Load Balancer

  • A load balancer takes incoming traffic and distributes it to two or more resources. For example, it can take inbound user requests to access your website, and it can distribute the requests evenly among two or more servers.
  • Without a load balancer, having public-facing servers in more than one AZ would mean that users would have to use a different URL to reach each of the AZs. This can be impractical compared to just a single URL.