Tag view

#load-balancer

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with load-balancer

2 cards

DevOps Medium Theory

Load balancer types in AWS

AWS offers load balancers for different layers, with ALB for HTTP/S, NLB for very high-performance TCP/UDP, and GWLB for network appliances.

  • ALB is app-layer aware
  • NLB is lower-level and fast
  • Choose based on protocol and routing needs

Load balancer types in AWS