Skip to content
Gallery
3. Elastic Load Balancing and Auto Scaling
Share
Explore
Amazon Elastic Load Balancing

icon picker
Secure Listeners for ELB

A listener checks for connection requests. You define a listener when you create your load balancer, and you can add listeners to your load balancer at any time.
To create an HTTPS listener, you must deploy at least one SSL server certificate on your load balancer. The load balancer uses a server certificate to terminate the front-end connection and then decrypt requests from clients before sending them to the targets. You must also specify a security policy, which is used to negotiate secure connections between clients and the load balancer.
If you need to pass encrypted traffic to targets without the load balancer decrypting it, you can create a Network Load Balancer or Classic Load Balancer with a TCP listener on port 443. With a TCP listener, the load balancer passes encrypted traffic through to the targets without decrypting it.
Application Load Balancers do not support ED25519 keys.
image.png
image.png
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.