Questions tagged [network-load-balancer]

12 questions
1
vote
1 answer

Network Load Balancer can not find in aws by Java SDK (v1 & v2)

I want to get list of NLB(Network-Load-balancer) in specific region by AWS Java SDK from AWS. Here is my sample Code: ElasticLoadBalancingClient loadBalancingClient = ElasticLoadBalancingClient.builder ().credentialsProvider ( …
0
votes
1 answer

AWS Neptune with NLB and API Gateway + VPC Link

I am trying to access AWS Neptune Database from outside VPC (from laptop) with path User -> API Gateway -> VPC Link -> Private Network Load Balancer -> Neptune. It is similar to the one mentioned below (for…
0
votes
0 answers

High Client and target reset count in AWS Network Load Balancer when using Route53 Healthchecks

We are using AWS' Elastic Kubernetes Service (EKS) with an nginx-ingress and an NLB (network load balancer). When activating Route53 healthchecks, which monitor targets in the EKS-Cluster, the client and target reset count in the monitoring stats of…
0
votes
0 answers

NLB proxy protocol enabled causes Nginx ingress controller to throw bad request

I've a Kubernetes cluster which is hosted in AWS (EKS). I'm trying to preserve the clients IPs. To do so, i tried enabling proxy protocol v2 in the network load balancer that sits in front of the cluster and configured the Nginx ingress controller…
0
votes
1 answer

AWS EKS 1.22 AWS Load balancer controller v2.4.1 : Use and Internet facing Network load balancer on top of internal ingress controller

I have the following cluster running in AWS EKS: Kubernetes Version: 1.22 AWS load balancer controller version: v2.4.1 Node type: Managed Node I was reading an article where we can top an NLB with an Ingress Controller (Internal) by using NGINX…
0
votes
0 answers

Redirect from http to https behind a network loadblancer

I am trying to redirect http trafic from http to https on ec2 behind a network load balancer using htaccess # aws rule for http to https RewriteCond %{HTTP:X-Forwarded-Proto} =http RewriteRule .* https://%{HTTP:Host}%{REQUEST_URI}…
0
votes
0 answers

ERR_SSL_PROTOCOL_ERROR when using AWS NLB in front of ALB

I'm trying to get static IP addresses for an app running behind an ALB by deploying a Network Load Balancer in front of it. This is my setup: I'm using an Application load balancer to serve http and https requests on the top of two EC2 instances. I…
0
votes
0 answers

Connecting to mongodb behind AWS NLB sporadic timeouts

For better or worse, this is how I have things set up now: mongo client connects to: -> AWS Internal Network (TCP) Load balancer -> Traefik (reverse proxy) -> mongo (from docker image mongo:4.4.17) (This setup was a quick hack to get…
jsharpe
  • 2,546
  • 3
  • 26
  • 42
0
votes
0 answers

404 Errors when accessing the Ingress URL which is pointing to the External Service Domain Name

I'm trying to access a ingress URL which is pointing to the backend External domain name service. The External Domain the service is pointing to is the Network Load Balancer in AWS When Im trying this way, Im getting 404 errors when curling the…
Abhinaya
  • 949
  • 1
  • 5
  • 12
0
votes
1 answer

Multi-Region Kafka Deployments using a Single Endpoint

I am trying to setup multi-region kafka clusters that can easily scale by adding additional brokers and additional clusters. To avoid the producers having to worry about addition of new clusters, its there a way to expose Kafka using a single (or a…
0
votes
1 answer

How do i fix my Network Load Balancer pending state

I have a classic AWS Elastic Load Balancer deployed into my kubernetes cluster, and i am able to get to my UI app through the load balancer. However I know thet Network Load Balancers are the way forward, and i think i should be using that because I…
floormind
  • 1,868
  • 5
  • 31
  • 85
-1
votes
1 answer

AWS Network load balancer or EC2 Bastion host

One of the data providers, only offers transfer to an FTP server. To test connection I started an FTP server in a public subnet and opened port:21 in Security Group, unfortunately the data did not reach there, so in VPC Flow Logs I checked that…