Home > Glossary > AWS Certified Solutions Architect - Associate > AWS Network Load Balancer (NLB)

📖 What is AWS Network Load Balancer (NLB)?

AWS Network Load Balancer (NLB) is a high-performance Layer 4 load balancer capable of handling millions of requests per second with ultra-low latency. It operates at the connection level, making it ideal for TCP, UDP, and TLS traffic where static IP addresses are required.

🥋 Sensei Says:

"If the exam question mentions "static IP" or "extreme performance" for non-HTTP traffic, NLB is almost always the correct answer."

📚 Certification: AWS Certified Solutions Architect - Associate (SAA-C03)

🔑 What are the Key Concepts of AWS Network Load Balancer (NLB)?

  • Operates at the transport layer (Layer 4), routing traffic based on IP protocol data without inspecting the application-level payload, ensuring high efficiency and speed.
  • Provides a static IP address per Availability Zone, which is essential for clients who must allow-list specific IPs in their corporate firewalls.
  • Handles millions of requests per second with ultra-low latency and doesn't require 'pre-warming' to manage sudden, massive spikes in incoming traffic.
  • Supports diverse target types, including instance IDs, IP addresses, and even Application Load Balancers, enabling complex architectural routing patterns.
  • Optimized for TCP, UDP, and TLS traffic, making it the primary choice for non-HTTP applications such as gaming servers or VoIP services.

🎯 How does AWS Network Load Balancer (NLB) appear on the SAA-C03 Exam?

You may be asked to design a solution for a legacy application that requires a fixed entry point IP address so that external clients can configure their corporate firewall allow-lists.

A scenario might describe a high-performance application experiencing volatile traffic spikes that requires ultra-low latency for TCP connections, where the overhead of Layer 7 processing in an ALB is unacceptable.

Expect questions about routing traffic to an Application Load Balancer while maintaining a static IP address, which is achieved by placing an NLB in front of the ALB to provide the fixed IP.

❓ Frequently Asked Questions

When should I choose an NLB over an ALB?

Choose NLB for Layer 4 needs: TCP/UDP traffic, static IP requirements, or extreme performance. Choose ALB for Layer 7 needs: HTTP/HTTPS traffic, URL-based routing, or advanced request-level load balancing features.


How does NLB handle client IP addresses differently than ALB?

NLB preserves the client's source IP address when routing to instance targets. In contrast, ALB replaces the source IP with its own, requiring the use of X-Forwarded-For headers to identify the client.

Related Terms from AWS Certified Solutions Architect - Associate

📝 Related Study Guides

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

The AWS Solutions Architect Associate (SAA-C03) exam validates your ability to design cost-effective, resilient, and secure cloud architectures. To pass, you must master four domains—Security, Resilience, Performance, and Cost Optimization—and score at least 720/1000 on 65 questions within 130 minutes using the AWS Well-Architected Framework.

Study Guide 10 min read

AWS Solutions Architect Associate (SAA-C03) Study Guide

To pass the AWS SAA-C03 exam, you must master four domains: secure, resilient, high-performing, and cost-optimized architectures. Success requires deep knowledge of core services like VPC, EC2, and S3, combined with hands-on experience and rigorous practice using high-quality question banks to simulate the 65-question, 130-minute exam environment.

Deep Dive 8 min read

AWS SQS vs SNS: Core Differences for the SAA-C03 Exam

AWS SQS is a pull-based message queuing service used for one-to-one decoupling, ensuring messages are processed once. AWS SNS is a push-based pub/sub service for one-to-many notifications. For the SAA-C03 exam, remember SQS provides persistence and polling, while SNS delivers real-time messages to multiple subscribers instantly.

🧠

Test Your Knowledge

Think you understand AWS Network Load Balancer (NLB)? Put it to the test with our practice exam.

Try 10 Free Questions

⭐ 1,000 expert-curated questions available with Premium

Upgrade Premium