Load Balancers Flashcards
Load balancer that handles HTTP, HTTPS, TCP
Classic Load Balancer
Load balancer that handles HTTP, HTTPS, WebSocket
Application Load Balancer
Load balancer that handles TCP, UDP, TLS
Network Load Balancer
T/F Load Balancers can scale instantaneously
False
LB that is a great fit for micro services & container-based apps
ALB
Multiple HTTP apps across machines can be referred to as
Target Groups
ALB can route to ___ target groups
Multiple
ALB Health checks are at the ____ level
Target Group
To get true IP of the client from ALB, inspect this header
X-Forwarded-For
To get Port from ALB, inspect this header
X-Forwarded-Port
To get Proto from ALB, inspect this header
X-Forwarded-Proto
Use this load balancer to handle millions of request per second
NLB
Load balancer that has less latency than ALB
NLB
Load balancer used for extreme performance, TCP or UDP traffic
NLB
Way to have same client always redirected to the same instance behind load balancer
Stickiness