Select Load Balancer
2
Configure Listener
3
Backend Rules
4
Review & Create

๐Ÿ”Œ Protocol & Port

๐Ÿ”’
HTTPS
Encrypted traffic
๐ŸŒ
HTTP
Standard web traffic
๐Ÿ“ก
TCP
Raw TCP forwarding
The port on which the load balancer listens for incoming connections.
Port on backend servers. Defaults to frontend port if blank.

๐Ÿ” SSL/TLS Configuration

Enable SSL Termination

Terminate SSL at the load balancer to offload encryption from backend servers.

HTTP to HTTPS Redirect

Automatically redirect HTTP traffic to HTTPS.

๐Ÿ–ฅ๏ธ Backend Server Group

Manage Groups โ†’
This listener will route traffic to the selected backend server group.
Active Backends
web-prod-us-01
10.0.1.10:80
Weight: 100
web-prod-us-02
10.0.1.11:80
Weight: 100
web-prod-us-03
10.0.1.12:80
Weight: 100
web-prod-us-04
10.0.1.13:80
Weight: 100

๐Ÿ’“ Health Check

Enable Health Checks

Automatically detect and route around unhealthy backends.

๐Ÿ”— Session Affinity

Enable Session Affinity

Route subsequent requests from the same client to the same backend.

Configuration Summary
Name https-primary-listener
Protocol HTTPS
Frontend Port 8080
Backend Port 80
Backend Group web-prod-us
Backends 3 healthy
SSL Enabled
Health Check HTTP /health
Algorithm Round Robin
Estimated Cost
Estimated Monthly Cost
$47.50
$0.0185/hr ยท LB usage + $0.025/hr ยท per GB processed
Load Balancer $25.00
Bandwidth (est.) $12.50
Health Checks $5.00
SSL Certificate Included
Total $47.50/mo
Quick Tips

๐Ÿ’ก Use HTTPS for production traffic to ensure data encryption in transit.

๐Ÿ’ก Set health check paths to a dedicated /health endpoint.

๐Ÿ’ก Enable session affinity only if your application stores session data locally.