AWS Network Load Balancer (NLB) – Key Concepts & Use Cases

In this lesson, we explored the Network Load Balancer (NLB), which operates at Layer 4 (TCP/UDP) of the OSI model and is designed for high-performance, low-latency workloads.


1. Key Features of Network Load Balancer

When to Use Network Load Balancer?


2. How Network Load Balancer Works

Target Groups in NLB

NLB routes traffic to target groups, which can contain:

  1. EC2 Instances – Directly forwards TCP/UDP traffic.
  2. IP Addresses – Must be private IPs, useful for hybrid architectures.
  3. Other AWS Load Balancers – Can be placed in front of an ALB for combining static IPs with ALB’s Layer 7 rules.

💡 Example Use Case: