1 Answers
-1
Accepted Answer
Network Load Balancers are Layer 4 load balancers (TCP/UDP) - they do not understand HTTP and are not capable of making routing decisions by paths or any other aspect of the incoming request.
Customers who need solutions to perform Layer 7 load balancing (HTTP) should be advised to use Application Load Balancers. However, the ALB must terminate TLS in order to determine which target group to send requests to based on the payload. It can, of course, re-encrypt the backend requests with TLS in order to provide security in transit.
Relevant questions
Putting ALb-NLB-ALB route for requests is giving 502 for application
asked a month agoNLB support for TLS passthrough on EKS based on URI paths
Accepted AnswerAdding a static IP to ELB
asked 3 years agoAWS EKS Internal Network load balancer (NLB) timed out while trying to connect from underlying eks worker node
asked 15 days agoUsing a single Elastic IP and routing on FQDN with UDP requests
asked 4 months agoNLB stops responding on one IP
Accepted Answerasked a year agoUnexpected URI while testing API gateway to NLB
asked 5 months agoTLS 1.3 support for NLB
Accepted Answerasked 5 months agoCertificate signing in EKS
Accepted Answerasked a year agoLoad Balancer [NLB] - Listeners - Inconsistent
asked 6 months ago