amazon-elb Questions

2

Solved

I have created a private hosted zone on AWS Route 53. I want to know what is the best way to create certificates for an internal load balancer that has a record entry in the private hosted zo...
Redskin asked 9/11, 2017 at 23:26

4

Solved

In AWS, while configuring CLB and ALB type of Load balancers, it is mandatory to associate a Security Group. This association helps in limiting the type of traffic to the Load balancer. Why is a Se...
Auric asked 3/8, 2020 at 19:21

11

Solved

For a couple of days, we often see an extremely long initial connection time (15s - 1.3 minutes) to our ELBs when making any request via ssl. Oddly, I was only able to observe this in Google Chrom...
Bing asked 20/2, 2016 at 12:43

2

I'm running an ASP.NET Core MVC app on AWS in an Elastic Beanstalk environment that includes ELB. I use this code to get the IP address of the client: HttpContext.Connection.RemoteIpAddress.ToStr...
Dispread asked 3/5, 2019 at 1:16

4

I have an ECS cluster consisting of 2 instances in different AZ. One of the many services I run is a SMTP relay. I want to use a Network Load Balancer in front of this service to easily configure o...
Precipitant asked 13/11, 2017 at 20:0

4

Solved

I'm using an AWS NLB to expose my Kubernetes pods to the internet. The NLB is currently using instance target types but I noticed there are also IP target types. What are the differences between an...
Tellez asked 9/3, 2021 at 0:37

6

I am trying to set up proxy_protocol in my nginx config. My server sits behind an AWS load balancer (ELB), and I have enabled Proxy Protocol on that for both ports 80 and 443. However, this is wh...
Dialectal asked 9/11, 2015 at 23:20

6

Solved

I have a webapp which required authentication to access any page of it. But for my ELB to work I have to setup health-check page for ELB so that ELB discover django app. This page should return HT...
Binnings asked 3/10, 2015 at 8:52

3

Solved

I installed CentOS Atomic Host as operating system for kubernetes on AWS. Everything works fine, but it seems I missed something. I did not configure cloud provider and can not find any documenta...
Foreleg asked 24/12, 2015 at 23:27

5

Solved

I created a load balancer and assigned it one of the running EC2 instance. After creation, I navigated to Target Group section in the AWS Console under Load Balancing and when I selected the target...
Hygrometer asked 12/12, 2017 at 6:31

2

I am trying to deploy the aws-load-balancer-controller on my Kubernetes cluster on AWS = by following the steps given in https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controlle...
Hanafee asked 23/11, 2021 at 14:22

4

Solved

I have an ALB with 2 targets in the target group. However my health check aren't working properly. Both are showing "Health checks failed with these codes: [404]" My settings for the hea...
Swearingen asked 19/8, 2020 at 21:43

3

Solved

I am pretty much new to AWS. I was trying to list the load balances which are not attached to any of the instances. I was trying describe-load-balancers using aws cli but was not able to get an opt...
Quiteria asked 22/3, 2016 at 5:18

3

Solved

I am using AWS::ElasticLoadBalancingV2::LoadBalancer and we need to start using client certificates (i.e. mTLS / two-way TLS). Our ELB is terminating TLS connections and has a server side certifica...

2

Solved

I'm analyzing a stack of a public route that rests on an Elastic Load Balancer which opens a port exposed by PM2 that starts a node app using the koa module. At the moment, the IP is logged and tha...
Laundress asked 2/11, 2017 at 10:33

7

Solved

I am trying to expose a service to the outside world using the loadBalancer type service. For that, i have followed this doc https://aws.amazon.com/premiumsupport/knowledge-center/eks-kubernetes...
Charlena asked 19/6, 2020 at 11:10

7

Solved

I'm trying to create target groups and attach multiple machines to the target groups using terraform script. I'm not able to attach multiple target_id please help me to achieve this.
Romberg asked 12/6, 2017 at 5:32

8

Solved

I've got an EC2 launch configuration that builds the ECS optimized AMI. I've got an auto scaling group that ensures that I've got at least two available instances at all times. Finally, I've got a ...
Platinic asked 24/6, 2015 at 20:40

2

Solved

I want to be able to use an ALB (ELBv2) to route traffic to multiple port mappings that are exposed by a task of a given service. Example -- Service A is composed of 1 Task running with Task Defini...
Staunch asked 12/10, 2016 at 4:51

1

Can't get API Gateway to work with private VPC link (behind a network load balancer to a Fargate container) containers Hi all, I've spent the last three days trying to get this to work. My goal is...

1

According to AWS' documentation on the ALB and the X-Forwarded-For header, the client IP is the left-most (so proxies would follow on the right): The left-most address is the client IP address whe...
Eugeniusz asked 8/12, 2021 at 15:51

1

I have an ELB (Network Load Balancer with a couple of Auto Scaling Groups as Target Group) that has periodical health check fails (i.e. some instances would be marked as unhealthy and then recover ...
Supersede asked 9/6, 2021 at 17:49

2

Solved

I'm having a trouble trying to implement basic authentication for ELB healthcheck. I've searched quite a bit to figure out the nginx file configuration to avoid 401 error shown below, which ELB ret...
Federalist asked 30/9, 2017 at 6:41

2

Solved

I am having issues with terraform when I am trying to create an s3 bucket for my elb access_log I get the following error below: Error applying plan: 1 error(s) occurred: * module.elb-author-dev...
Peterson asked 2/11, 2017 at 21:53

7

Solved

I've had this issue before. When running WordPress (or other PHP scripts) behind Amazon's EC2 Load Balancer, the scripts do not realize they are being ran on the https:// protocol and results in is...

© 2022 - 2025 — McMap. All rights reserved.