Using NLB as a listener for HTTPS

0

Hi, Is it possible to define a NLB as an HTTPS endpoint, terminating SSL and forwarding traffic to an EKS cluster? (Assuming I don't need URL routing) I'm trying to figure out which option would be cheaper, ALB or NLB, assuming both are possible.

Thank you!

1 Answer
0
Accepted Answer

Yes it would be possible to terminate HTTPS (TLS) traffic with NLB, by using a TLS listener as documented here.

Generally speaking, we could think about if ALB's layer 7 features such as WAF or Advanced Request Routing would be of help, otherwise LCU cost of NLB is slightly cheaper than ALB from the connections perspective. Refer to the pricing page for more details.

AWS
weidi
answered a year ago
profile pictureAWS
EXPERT
reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions