1 Answers
Hi Justin,
When talking about Network Load Balancers, AWS uses the term TLS to represent a listener that can receive HTTPS traffic. This is just because TLS is the proper name for the transport protocol used for HTTPS traffic. For Application Load Balancers, recall that they operate at a higher layer in the OSI stack and so AWS tends to use HTTPS terminology in that case.
–Scott
Thanks for the information. So I am understanding TLS refers to NLB and HTTPS refers to ALB. I will keep that in mind.