Questions tagged [aws-application-load-balancer]
1004 questions
-1
votes
1 answer
AWS application load balancer health check is failing with ECS instance due to incorrect Security Group
I'm running an ECS cluster with ECS service to run a container in it. I'm also using an AWS application load balancer that points to this ECS instance. The container getting stopped every time because of health check with failure with exit code…

vinod827
- 1,123
- 1
- 21
- 45
-1
votes
1 answer
what tools should I use on AWS to map a port
I have a jfrog factory(port 8081) and jfrog docker( port 8082) running on an EC2 instance
with route53 I defined the url of the domain xxx.io and also two subdomains jrog.xxx.io and docker.xxx.io
with certificate manager I applied for a SSL…

olibruno
- 31
- 1
- 5
-1
votes
1 answer
How to redirect https to https with www using AWS application load balancer?
Can anyone please help me to figure out redirection issue with AWS application load balancer?
I have -
Deployed React JS app on EC2 - Ubuntu 18.04 with Nginx
Obtained SSL from AWS ACM
Attached ALB to EC2 instance, added 2 listeners - PORT 80, PORT…

Sachin Vairagi
- 4,894
- 4
- 35
- 61
-1
votes
1 answer
AWS ALB target group is healthy but still not accessible
I'm running SonarQube docker using the AWS ECS (EC2 instances). The container is up and running and listening on port 9000 with the below logs:-
q-process5925788013780644631properties
2021.03.17 15:50:55 INFO app[][o.s.a.SchedulerImpl] Process[web]…

vinod827
- 1,123
- 1
- 21
- 45
-1
votes
1 answer
Unable to create Kubernetes service with AWS Elastic LoadBalancer
I created aws application load balancer myservices and I got following DNS name listed in aws console - internal-myservices-987070943.us-east-1.elb.amazonaws.com
I also has Target Groups created and showing below under Description -
Name as…

Gopi
- 227
- 2
- 10
- 30
-2
votes
0 answers
aws lamba is getting 400 bad request after seding the request ALB
I am using AWS lambda to send the POST request to ALB and its retuning with error
data: '\r\n' +
'400 The plain HTTP request was sent to HTTPS port \r\n' +
'\r\n' +
'
400 Bad…

shirin kulkarni
- 7
- 5
-2
votes
2 answers
Access container end point in multi-container environment using Application Load Balancer DNS in aws
Hello all so I have a Springboot application that is fetching data from aws S3 and I am using Prometheus to monitor the Springboot app. In ECS I create a task definition and added both the images with their respective port mappings then I created a…

Vishal C
- 1
- 1
-2
votes
1 answer
Error when creating dynamic terraform rule for alb listener rule
I have created several application load balancer listeners using the following block:
resource "aws_lb_listener" "apps_listener_forward" {
for_each = toset(var.apps_listener_ports)
load_balancer_arn = aws_lb.apps_alb.arn
port …

Dave Michaels
- 847
- 1
- 19
- 51
-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…

DForesi
- 1
- 1
-2
votes
1 answer
Application breaks while adding multiple instances on Application LoadBalancer in AWS
Scenario:
If we have a single EC2 instance registered in loadbalancer (Target group) then it works fine. But registering another instance on Target Group breaks the Application.
If we deregister one of the instances then again works fine.
Both…

dil pila
- 3
- 2
-2
votes
1 answer
AWS - how do we send requests to specific server
I have a multiple sites for various location like UK,BE,US etc... If i use the US site it need to be hit only US region server only. Like wise UK means UK server etc.. Is this possible to achieve using AWS server.

Raj amx
- 7
- 2
-2
votes
1 answer
Update ALB with changes in EC2 ip address
I want to have my EC2 instances use same IP even after start/stop. I cannot assign an Elastic IP because I have reached my limit (Not looking for "Request for Elastic IP increase" solution).
Is there any work around to make EC2 use the same IP…