ELB is Amazon's managed Load Balancer service, used in conjunction with its EC2 virtual machine cloud hosting service.
Questions tagged [amazon-elb]
552 questions
1
vote
2 answers
AWS target group reports unhealthy, but application is healthy
I have an IIS website running in AWS on an EC2 instance, running on http://localhost:8088. It is behind an ELB that sends all HTTPS traffic to the target group that the EC2 instance is running in, so any request to http://my-dns-name gets rerouted…

David Keaveny
- 408
- 1
- 6
- 12
1
vote
0 answers
Fastest way to import files in Spark?
I’m playing around with Spark 3.0.1 and I’m really impressed by the performance with Spark SQL on GB of data.
I’m trying to understand what’s the best way to import multiple JSON files in the Spark dataframe before running the analysis…

int 2Eh
- 193
- 1
- 2
- 6
1
vote
1 answer
Terminate the SSL at an apache instead of ELB
I want to migrate my platoform built with PHP/APACHE to AWS Cloud. My application serves multiple website with different domains and SSL Certificates. I can use only 50 certificate with AWS Application Load Balancer ( this is the hard limit ), so I…

SaroVin
- 130
- 3
1
vote
2 answers
Does AWS Application Load Balancer scan listening ports on the EC2 web servers?
We plan to have an Application Load Balancer (ALB) and a number of EC2 web servers behind it. All web servers listen on port 443 for HTTPS. On top of this, each web server listens on a different port for HTTPS.
For example:
Instance 1 listens on…

Silly Dude
- 558
- 3
- 9
- 22
1
vote
0 answers
AWS ELB: Trailing slash issue :: Website is not loading
Scenario:
My website resolves to Aws ELB with 443 listener
Backend Target group is an EC2 instance with apache running on port 8080
Problem:
If I miss the trailing slash, the website does not resolve and when i put the trailing slash (/)…

himathur
- 11
- 2
1
vote
3 answers
Why does only one of the multiple address records for my AWS NLB work at a single time?
I'm using an AWS network load balancer. When I issue nslookup dualstack.app.elb.us-east-2.amazonaws.com, the output is
Non-authoritative answer:
Name: dualstack.app.elb.us-east-2.amazonaws.com
Address: 3.xxx.xxx.176
Name: …

user784637
- 1,542
- 7
- 35
- 52
1
vote
1 answer
AWS autoscaling and ELB, use different health checking mechanism
I need some advice about AWS autoscaling, loadbalancers and health checks:
is it possible to distinguish two health checking mechanism, one is when to send or do not send traffic to an instance (but do not terminate/replace it), and the another is…

zsolt.k
- 113
- 3
1
vote
1 answer
AWS Network Load Balancer for Fargate tasks with end to end encryption
We currently have a AWS Fargate service running Nginx behind a AWS Application Load Balancer. In front of this, we also use Cloudflare (hence having Cloudflare origin certificate in ACM). Since the ALB terminates the SSL connection, the traffic…

cabz
- 11
- 2
1
vote
0 answers
AWS sample template vpc+multiple subnets not working
I'm deploying an apparently simple CloudFormation template from AWS samples: https://s3-ap-northeast-1.amazonaws.com/cloudformation-templates-ap-northeast-1/vpc_multiple_subnets.template
As stated, it should "...create a VPC with multiple subnets.…

Glasnhost
- 591
- 4
- 10
- 20
1
vote
1 answer
AWS ELB Route 53 to my bluehost domain?
Currently I'm trying to put SSL on my EC2 Instance using Load balancer & Route 53 for my BlueHost Domain
As of now I have working Load balancer
https://adthrone-loadbalancer-1188159040.us-west-2.elb.amazonaws.com
and also I did some Route53 like…

Pablo
- 255
- 1
- 4
- 11
1
vote
1 answer
Cloudfront infront of ELB and kubernetes is showing Default backend (nginx-ingress)
Having kubernetes cluster with nginx ingress, pointed to AWS ELB load balancer and Route 53 domain pointed to this ELB is working just fine. Now I am trying to add cloudfront, it's pointing to load balancer, but it shows 404 Default backend all the…

Tom
- 113
- 1
- 6
1
vote
2 answers
AWS Route 53: No targets available with load balancer
I have set up a load balancer in AWS. I need it to run on app.mydomain.com. When I go to Route 53, enter an A record, and click Alias/Yes, the dropdown says "No Targets Available" under "ELB Application load balancers".
I have gotten this to work in…

Shef
- 243
- 2
- 12
0
votes
1 answer
ELB redirect traffic from one port to another
Can AWS ELB redirect traffic from one port to another? Take this example - I have an application running on 8445 but I only want to expose port 443. I have tried this with target groups and listeners but no joy.
Thanks!

Bladerider1
- 1
- 1
- 1
0
votes
2 answers
How to resolve multiple EC2 instances for SSH in AWS?
I have multiple EC2 instances running in the same VPC (and thus same region). Is there a way that I can resolve those EC2 instances uniquely for SSH access? Let's assume that I am not using elastic IPs for these instances, so the assigned IP for…

kashiraja
- 211
- 2
- 5
0
votes
0 answers
Force HTTPS redirection with AWS Classic Load Balancer
I have a website in AWS hosted in an EC2 instance. I successfully configured SSL certificate via Classic Load Balancer and I can ONLY access https version of my website.
I am getting request timed out on the HTTP version of my website.
What I want…

Kim Carlo
- 101
- 2