Add New Listener
Configure a new traffic listener on prod-lb-east-01. The listener will handle incoming connections and route them to your backend server groups.
๐ 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.