DEV Community

Le Huy Ho
Le Huy Ho

Posted on

Learning AWS - DVA - Day 7: Network Load Balancer

Overview

  • Network Load Balancers is Layer 4 (OSI Model), allow to:

    • Forward TCP and UDP traffic to your instances
    • Handle milions of request per seconds
    • Ultra-low latency
  • Network Load Balancer has one static IP per AZ, and supports assigning Elastic IP (helpful for whitelist specific IP)

  • NLB are used for extreme performance, TCP or UDP traffic


Target Groups

  • EC2 Instances

  • IP Addresses - must be private IPs

  • Application Load Balancer

Health Check support the TCP, HTTP and HTTPS protocols

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay