Manages 3rd party security appliances in AWS (firewalls, IDS/IPS, packet inspection tools)

Gateway Load Balancer forces all traffic to pass through security appliances that check if the traffic is safe or malicious.

Think of it like a security checkpoint at an airport - every passenger (traffic) must go through security screening (appliances like firewalls/IDS) before boarding the plane (reaching your application).

The security appliances can:

How It Works


Traffic Flow

image.png

Key Point: All traffic MUST pass through the GWLB for inspection before reaching the application

Target Group Options

Option 1: EC2 Instances

Option 2: IP Addresses

Main Functions

  1. Transparent Gateway
  2. Load Balancer

Use Cases