Skip to main content

Questions tagged [amazon-elb]

Amazon Elastic Load Balancing (ELB) automatically distributes incoming application traffic across multiple Amazon EC2 instances.

0 votes
1 answer
10 views

AutoScalingGroup: Load balancer target group not appearing as available option

I have created an ECS cluster, and deployed a 2-container task using a Service (during Service create I associate the Application Load Balancer - using target group of type IP - to it), this works ...
gvanto's user avatar
  • 2,038
0 votes
1 answer
21 views

How to set up application load balancer (ALB) with AutoScalingGroup (ASG)

I have created a ECS cluster defining min capacity as 1 instance. It's running fine. I have a task definition with a simple js express app running fibonacci app (to simulate CPU usage for large fib ...
gvanto's user avatar
  • 2,038
0 votes
1 answer
19 views

EC2 ELB and HAProxy - Unable to preserve Client's IP

I've configured an Amazon Elastic Load Balancing (ELB) in front of a HAProxy node but I'm having issues preserving the Client's IP, the access logs have random IPs associated with my VPC CIDR Network. ...
Tonis's user avatar
  • 5
0 votes
1 answer
27 views

How to access resources in a private EC2 instance via ELB?

I have an example diagram below, and a scenario. Suppose I deployed and ran a web server (with NodeJS) in both EC2 instances and used load balancing for requests distribution. EBS is used to store ...
Nguyen Anh Tuan's user avatar
0 votes
0 answers
18 views

Instance is in the EC2 Availability Zone for which the load balancer is not configured to route traffic to

Earlier I created two instances of my microserice running on EC2 in us-east-1c AZ & created a classic load balancer in the same AZ - that worked smoothly. But when I changed the AZ for the classic ...
Agrudge Amicus's user avatar
0 votes
0 answers
18 views

Client Certificate to access specific APIs for application hosted on AWS

I have an AWS application with two types of APIs: functional and business. I'm using a load balancer to route traffic to both APIs through a listener on HTTPS:443 with rules for accessing both APIs. ...
Junaid's user avatar
  • 21
0 votes
0 answers
20 views

NLB Says Target Group is Unhealthy

I am trying to use a NLB to route traffic to EC2 instances in a private subnet, but the target instances are labeled as "Unhealthy" by the NLB. Here is what I am trying to do: I want clients ...
Tom Brady's user avatar
1 vote
0 answers
29 views

AWS ALB does not include Keep-Alive timeout in response header

[1]. I am observing that the Apache HttpClient library that we are using expects this Keep-Alive: timeout in the header to keep the connection in the pool alive, but as the AWS ALB that we are ...
manofaction's user avatar
0 votes
1 answer
23 views

Why can't I connect to my EC2 instance through AWS CloudFront?

I'm moving a WordPress site onto AWS. To do this, I've set up the following architecture: A single EC2 instance held in a target group with a database and WordPress installed on it. An Elastic Load ...
Connor's user avatar
  • 919
0 votes
0 answers
13 views

forward from ElasticLoadBalancingV2 to ElasticLoadBalancing

What is the correct way to forward from a ElasticLoadBalancingV2::LoadBalancer to a ElasticLoadBalancing::LoadBalancer? From what I have read using TargetType: alb will not work because it requires V2....
Drummondst's user avatar
0 votes
2 answers
98 views

AWS : Deregister UnHealthy IPs from Registered Targets (Target Group) using GitHub action workflow is not working

Problem Statement : While Registering new IP in ELB Fargate under Target Group, Old IP went into the Unhealthy status. I want to Deregister old IP automatically with the help of Github actions ...
Rohìt Jíndal's user avatar
0 votes
0 answers
19 views

Excel File handling feature gets unresponsive after few days usage of the web app

We have a web app in AWS EC2 (t3.large) with a feature that lets users upload Excel files from the web UI (compress and store files in an S3 bucket) and later on, shows the data in Excel in a web view ...
Asela Wijesinghe's user avatar
0 votes
0 answers
23 views

AWS elastic beanstalk suspended status

I'm having an issue in my AWS env. Everything was working fine and suddenly from nowhere the status of enhanced health check is returning suspended (Gray), permissions are correct and instance profile ...
Nezar Alazzabi's user avatar
-2 votes
1 answer
23 views

How do I deregister my EC2 instance from my ELB target group without draining the container?

We have an EC2 instance that's having some issues inside the docker container it's running and we'd like to disable traffic going to that EC2 instance so we can connect to it and examine the docker ...
Dan Donley's user avatar
0 votes
0 answers
28 views

Why is a request with URL containing ../../../ rejected with 400 by AWS Application Load Balancer?

I have an Angular webapp talking to a .NET backend. One of my endpoints takes a user defined id as part of the URL, i.e. /owner/config/{id} When testing locally on my PC, this all works exactly as ...
Simon Williams's user avatar

15 30 50 per page
1
2 3 4 5
182