Load Balancing in AWS: Part II
Explore the different types of AWS load balancers including Network, Classic, and Gateway Load Balancers. Understand their core features, use cases, and how to configure them alongside Auto Scaling Groups for scalable, secure application deployment on AWS.
We'll cover the following...
Let’s dive into AWS’s Network, Classic, and Gateway Load Balancers.
Network Load Balancers
A Network Load Balancer (NLB) works on the fourth layer of the Open Systems Interconnection (OSI) Model for transmission control protocol (TCP) and user datagram protocol (UDP) connections. Just like ALB, NLB has three components:
-
A listener checks for connection requests from clients and forwards requests to target groups.
-
A load balancer acts as a single point of contact for customers.
-
Target groups forward requests to one or more registered targets ...