Questions tagged with Network Load Balancer
Load balance Transmission Control Protocol, User Datagram Protocol, and Transport Layer Security traffic with high performance.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
186 results
I have an EKS setup with some web applications/websites served by pods which have Nginx Ingress Controller with NLB for TLS termination.
Problem is that the logs on some applications show ips of EKS...
According to the docs, NLB uses a flow hash algorithm:
>For TCP traffic, the load balancer selects a target using a flow hash algorithm based on the protocol, source IP address, source port,...
![Guys, I have a question, is it possible to communicate an application via wss call from service A shown in red to service B using the destination as the load balance to reach the same...
I have an [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) working with ingress-nginx and TLS terminating at the NLB, to protect an application behind it.
Browsing to mycompany.com...
Hi,
I need to create one ARecord with network load balancer but I am getting this issue --
Error: 'loadBalancerCanonicalHostedZoneId' was not provided when constructing Network Load Balancer...
Network Load Balancer (NLB) now supports RSA 3072-bit certificates, and Elliptic Curve Digital Signature Algorithm(ECDSA) 256, 384 and 521-bit certificates via [AWS Certificate...
I have a Fargate service behind NLB.
I want to provide access to it to 2 external IP only.
I have one security group attached to my Fargate tasks
![Enter image description...
I have a set of REST end point running on a EC2 instance (app-server). I am trying to access a REST end point from another EC2 instance(web-server) through an API gateway. These are my...
Hello,
We have an EKS cluster setup with ingress-nginx (the Kubernetes flavor). Configuring the Ingress spawns an NLB (type=network, addressType=Dualstack, scheme=Internet-facing). We changed the NLB...
I want the logs for my NLB, but the protocol I'm using is TCP, so is there any way by which I can export the logs of that NLB to S3 using the TCP protocol only?
hi,
I'm using Network Load Balancer with target group but real client IP is not showing, I'm also using the following aws cli statement but it is also not working
aws elbv2...
We need to be able to receive and parse a certain type of notification emails from a 3rd party company. After a bit of experimenting around I decided to spin up a custom SMTP server w/ python and put...