Questions tagged [aws-nlb]
86 questions
0
votes
0 answers
AWS NLB times out when when IP Preservation is enabled
Currently I have a pod in EKS that allows ssh sitting behind a Classic Load Balencer for ingress.
I want this pod to recive the source IP for logging and threat detection purposes. So I'm trying to provision a NLB since it is able to preserve the…

Zebin
- 1
- 2
0
votes
0 answers
AWS API Gateway integration with an NLB with ACM issued cert resulting in SSL error
Here's my context
EC2 instances host a Spring Boot API microservice
A Network Load Balancer that fronts the EC2 instances with a port 443 Listener that has an ACM issued Private SSL cert installed on it
I have created a VPC link to that…

westendraider
- 23
- 3
0
votes
1 answer
AWS EC2 target group in public subnet to be registered as a list of static IPs for MongoDB Cloud ACL
We require MongoDB Cloud to be protected with a finite, if possible short, list of IPs.
We have EC2 instances as web servers, each with public IPs, in a public subnet (so no need to be private), in 2 AZ of the same region. We also have an…

Fabien Haddadi
- 1,814
- 17
- 22
0
votes
1 answer
aws network load balancer ping fail from terminal
We have configured our website server with network load balancing. When we tried to ping our domain name using terminal all ping lost.
I tried to figure it out and have no clue how to configure NLB to listen ping from terminal.

Hitesh
- 132
- 1
- 9
0
votes
1 answer
Use existing AWS NLB with kubernetes ingress
I'm trying deploy an app that uses a nodeport ingress to register with an existing AWS NLB. I t's my understanding that I don't need an lb controller because the NLB is pre-existing and I'm not relying upon it to deploy the NLB. Is this much…

Joshua Restivo
- 1
- 1
0
votes
1 answer
How to create Logs for NetworkLoadBalancedFargateService in CDK
I am trying to create logs for the Network Load Balancer (not the task). Currently using the following code:
taskImageOptions: {
containerPort: 8080,
image: BrazilContainerImage.fromBrazil({
…

Devashish Attri
- 1
- 2
0
votes
1 answer
Istio Ingress with AWS NLB IP mode
I've been trying to deploy istio ingress with nlb for my cluster. Currently I'm using the service annotation to attach the nlb with my istio ingress.
I have a test server behind the cluster to test my curl command against the nlb, and all the…

Alex
- 11
- 3
0
votes
1 answer
How to allow NLB on ecs fargate service
I’m needing to deploy an api on ecs fargate that uses an internet facing network load balancer. After getting all this setup, the api deployed on ecs, and passing health checks, I’m noticing that I get a timeout error when I try to access the Dns…

stonewalker747
- 61
- 1
- 7
0
votes
1 answer
Is there a way to enable stickiness between the client and target pods when using AWS Global Accelerator and NLB?
On an AWS EKS cluster, I have deployed a stateful application.
In order to load balance my application across different pods and availability zones, I have added an HAProxy Ingress Controller which uses an external AWS NLB.
I have one NLB in this…

YanaT
- 53
- 7
0
votes
1 answer
AWS NLB: forwarding request to different ports of a single host based on Path
with this flow:
external world --> AWS API Gateway ---> VPC Link ---> Network Load Balancer ---> my single EC2 instance
How can I configure AWS Netword Load Balancer such that:
Requests to https://myapp.com is routed into port 80 of my EC2…

Kid_Learning_C
- 2,605
- 4
- 39
- 71
0
votes
2 answers
AWS NLB over Helm in Terraform - how to find DNS name?
I am using Helm chart provisioned by Terraform which creates Network Load Balancer, but I do not know how to get DNS name of this balancer so I can create Route53 records in Terraform for it.
If I can get it's ARN, I can call it over data block and…

FN_
- 715
- 9
- 27
0
votes
2 answers
ECK Filebeat Daemonset Forwarding To Remote Cluster
I wish to forward logs from remote EKS clusters to a centralised EKS cluster hosting ECK.
Versions in use:
EKS v1.20.7
Elasticsearch v7.7.0
Kibana v7.7.0
Filebeat v7.10.0
The setup is using a AWS NLB to forward requests to Nginx ingress, using…

Theo Sweeny
- 1,033
- 14
- 26
0
votes
1 answer
Pointing NLB to classic load balancer
I have a Classic Load Balancer for my kubernetes, but now I want to use AWS PrivateLink so I need to make use of a Network Load Balancer.
Is there any way to point the Network Load Balancer to the Classic Load Balancer?

DevOps
- 1
0
votes
0 answers
NLB or direct connection to the mailserver on EC2
I'm running simple Postfix server only for receiving emails. Postfix is in Docker container next to the other microservices on the EC2 instance. This email service is the only one that is open to the world on the port 25 (MX record, DNS record)…

czende
- 837
- 5
- 10
0
votes
1 answer
AWS Api Gateway lambda Authorizer 401 error
I use this architecture :
AWS API Gateway (Lambda Authorizer) -> NLB -> Proxy (Nginx container) -> Backend container (private subnet)
When I call an API with a valid token I get error on Cloudwatch (Nginx container) :
Method response headers:…

A. Hafid
- 429
- 6
- 14