Questions tagged [aws-nlb]

86 questions
0
votes
0 answers

NLB Target Group and Healthcheck Failing

I am wanting to create a vpc endpoint service in order to provide a way for our internal apps to bypass our SSO page when calling JIRA. Following this documentation:…
AWhitaker
  • 123
  • 4
0
votes
1 answer

TargetGroup object does not support attribute TargetGroupAttribute

Using Troposphere and Python I have created an AWS NLB. It works fine, I am just trying to add a new property to it. The property I am trying to add is "deregistration_delay.connection_termination.enabled". But when I try and update my stanza It…
CodeHappy
  • 71
  • 2
  • 10
0
votes
0 answers

Unhealthy target groups NLB

I am trying to create NLB and I am following the steps illustrated in https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancer-getting-started.html. When I create the target group, the instances are showing that they are…
harry123
  • 760
  • 1
  • 7
  • 22
0
votes
0 answers

Can you use range of ports in AWS network ALB? How?

Can you use range of ports like 12000 - 12100 in AWS network ALB? Clients should be able to connect on that port range. How?
user5168276
0
votes
0 answers

Does AWS NLB Supports mutual SSL?

I have an NLB with TLS listener and backend TLS protocol Target group. My backend server is Rabbitmq and SSL enabled with certificate peer verification. When I try to connect to the server directly from the app it's working and via NLB it's showing…
SNR
  • 460
  • 5
  • 20
0
votes
1 answer

Network Load Balancer instead of Load Balancer

I am creating a service in kubernetes. How can I change the Classic Load Balancer to Network Load Balancer? I am turning to network load balancer for the external client ip it provides. I use AWS. Here is my configuration: apiVersion : apps/v1 kind:…
AlexWhite
  • 123
  • 2
  • 15
0
votes
0 answers

How to expose an application running on IPv6 protocol with network load balancer on AWS

I have an application which is running on a port 7071 and when I do:- netstat -aon | grep 7071 I get:- tcp6 :::7071 3204/java (snipped) I am able to create a target group with tcp:7071 and host returns healthy and I have created a dualstack…
Biplab
  • 233
  • 4
  • 15
0
votes
1 answer

Error when referring output of one terraform module into another module

I am new to terraform and trying to create a project in terraform v0.14.0 that will perform following steps: Create a n number of ec2 machines (one will be master and rest will be child) Create a NLB and terget group Attach child ec2 instance…
-1
votes
2 answers

Adding ecs fargate as target group with NLB with auto scaling

I created an NLB and a fargate service. Then i create a target group with "ip" of my ecs instance. When i now add a fargate ip to my target group, it works, but how does the scaling work? Suppose ecs has to scale out, i will have to register another…
David
  • 2,926
  • 1
  • 27
  • 61
-1
votes
1 answer

Need to add NLB IP as a target in ALB using terraform. Both load balancers are in different VPCs

I have a requirement to access public ALB where the target is private IP of NLB resides in different VPC. Already established a connectivity using transit gateway. My challenge here is while automating via terraform, i need to add this private IP…
-2
votes
3 answers

HTTPS & TCP Traffic Through AWS ALB

I'm quite new to networking, but I have been working on this problem for quite some time with no success. I have an AWS EC2 instance (Windows Server) hosting a video management web portal. The user should be able to access the web portal through…
1 2 3 4 5
6