Questions tagged [aws-nlb]

86 questions
1
vote
0 answers

How can I implement partial HTTP->HTTPS redirect using kubernetes ingress-nginx and SSL termination at NLB?

I have a AWS NLB with SSL termination -> kubernetes nginx ingress controller configuration and I want to be able to redirect only certain specific domains from http to https. I am using the following server-snippet in my Ingress resource: …
Marina Salmen
  • 75
  • 1
  • 9
1
vote
1 answer

aws NLB leads to time-out

i have NLB which has target group to which 3 instance in different AZ are registered. as i went through documentation NLB doesn't have security group. so i added 3 inbound rules to ec2 instance security group which allow private IP of NLB's network…
Jatin Mehrotra
  • 9,286
  • 4
  • 28
  • 67
1
vote
0 answers

Can WCF client initiate a TLS communication (netTCP)?

I have a WCF client running .Net 4.8, and I want to connect to our WCF service through an AWS Network Load Balancer that uses TLS listener. The problem is I cannot connect through it. I can connect properly when I am using a TCP listener in the…
niel
  • 63
  • 9
0
votes
1 answer

AWS CDK supporting NLB Security Group

I am trying to attach security group to the Network Load Balancer through CDK. I do not see an option in the constructor properties. I know it’s a new feature that NLB supporting security group. Please suggest. Here is the CDK documentation I was…
0
votes
1 answer

EKS ingress-nginx contoller attaching sg to public nlb

I've got EKS cluster with managed node group. I'm deploying ingress controller using helm chart ingress-nginx version 4.7.1 from repository https://kubernetes.github.io/ingress-nginx. It creates public nlb. Trying to secure it I came across this…
0
votes
0 answers

Can't create an internal NLB load balancer for ingress-nginx ingress controller for EKS

Tried various annotations including the following one (based on https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx#additional-internal-load-balancer). But the load balancer which is intended to be internal is created for Service…
AndCode
  • 384
  • 1
  • 10
0
votes
1 answer

EKS - Network Load Balancer exposes internal IP - how to expose it to the Internet?

I created a LoadBalancerservice in EKS, but it exposes internal IP addresses. I am not interested to use ALB, I want to use NLB and terminate connections in Pods. Pods are running on Fargate nodes. Could anyone of you suggest what else needs to be…
gbajson
  • 1,531
  • 13
  • 32
0
votes
1 answer

How to configure AWS NLB (Network Load Balancer) for Mqtt Mosquitto (error:0A000126:SSL routines::unexpected eof while reading.)

I have created a Mqtt Mosquitto broker on an ec2 instance and AWS ACM & NLB (Network Load Balancer) is used to manage SSL and the traffic. The mqtt functionalities are working as expected from mqtt clients. But the below error log gets thrown always…
Dhaneja
  • 27
  • 8
0
votes
0 answers

How to receive packets sent by iOT devices over TCP protocol?

I'm designing a solution where +7000 IoT devices (Teltonika Trackers) are sending packets over TCP protocol every 15 minutes. Whenever a packet comes, I want to pass it to Lambda function for parsing/processing. Please note that the trackers must be…
0
votes
0 answers

Get IPv4 of AWS MSK kafka brokers

I am following https://aws.amazon.com/blogs/big-data/how-goldman-sachs-builds-cross-account-connectivity-to-their-amazon-msk-clusters-with-aws-privatelink/#:~:text=Register%20the%20MSK%20broker%20as%20a%20target%20by%20its%20IP%20address. above blog…
Ritik
  • 45
  • 1
  • 5
0
votes
0 answers

Ingress-nginx and AWS NLB - cant access service behind

I have an AWS EKS Cluster (ver. 1.24) I use ingress-nginx helm chart (ver. 4.7.1): dependencies: - name: ingress-nginx version: 4.7.1 repository: https://kubernetes.github.io/ingress-nginx condition: ingress-nginx.enabled alias:…
0
votes
1 answer

ECS network load balancer forwarding to wrong port

Trialing deploying a React front end / FastAPI backend to AWS Fargate. Would like both containers to be available with the same IP every time they start, so using an elastic IP. API container listening on 8000 running as a service. React container…
notxapw4
  • 83
  • 1
  • 7
0
votes
0 answers

Creating a AWS NLB using kubectl with existing eks cluster and target groups

I have an EKS cluster with nodegroups created in AWS and now we need to create a NLB for that cluster as service The problem is it's creating the NLB with new target group but we need use the target group which is already created manually I tried…
Pkpk
  • 7
  • 2
0
votes
2 answers

Targets not getting registered in AWS NLB target groups when creating a load balancer service in EKS

I'm creating a LoadBalancer service in EKS cluster using terraform. The service is getting created as well as the NLB is created too but the targets in the target groups are empty expect one target group. I have total 6 instances in the cluster. I'm…
0
votes
0 answers

How TCP KeepAlive packets trigger and transmitted

How does TCP KeepAlive packets gets generated from Windows Core 2019? What are the subscribers or listeners or the message? It is clear Windows OS has KeepAlive registry at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ that…
Wedi
  • 1