Questions tagged [amazon-elb]

ELB is Amazon's managed Load Balancer service, used in conjunction with its EC2 virtual machine cloud hosting service.

547 questions
0
votes
2 answers

Single AWS Elastic Load Balancer to multiple EC2 instance pools?

Does AWS Elastic Load Balancer support having a single load Balancer to multiple EC2 Instance Pools? I have three domains: www.example.com api.example.com stats.example.com And I'd like to serve them all behind a single load balancer, but with…
Alan
  • 530
  • 1
  • 5
  • 11
0
votes
1 answer

Amazon ELB and use of address / server names across multiple servers

I am setting up Nginx servers behind the ELB. I set up so that api.app.com points to an ELB. I wonder which addresses I should use for remote connections, Nginx settings etc.. 1) For example, in Nginx: Should I do server { listen…
Stpn
  • 145
  • 4
0
votes
1 answer

When using a load balancer how do find out what ec2 instance you're accessing from the browser?

Is there a way to determine the ip address of the ec2 instance you're accessing from the browser?
user784637
  • 1,482
  • 7
  • 35
  • 51
0
votes
1 answer

ELB Setup for SSL is not working for apache redirect

I have configured ELB with SSL certificate. Listener configuration for ELB is shown below -- 443 (HTTPS, Certificate: www.xyz.com) forwarding to 80 (HTTP), 80 (HTTP) forwarding to 80 (HTTP) Domain Registrar setup with Godaddy CNAME record entry…
Dilip
  • 1
0
votes
1 answer

Sync web directories over multiple servers on Ubuntu

Lets say I have 3 servers, One is a development server, prototype code goes here. When it's done I've been using scp to push that file to the live server but now I'm looking into multiple live server setups and Amazon load balancer. How do I go…
Jamie Taylor
  • 362
  • 1
  • 6
  • 15
0
votes
1 answer

Amazon ELB page 'recieving' time very slow, running EC2 + spot

I have an Elastic Load Balancer paired to a set of instances one is persistant and the other is a variable number of spot instance. When i access the servers directly using their end points, the server behaves normally and loads the pages properly.…
Chris J
  • 139
  • 1
  • 7
0
votes
2 answers

Disable https for certain path in nginx results in instance behind ELB going into redirect loop

I am using elb terminated ssl. I want to force /product/performancesummaries/ to be HTTP only. Here is my current configuration that I am playing around with: user www-data; worker_processes 2; pid /var/run/nginx.pid; events { …
numan
  • 3
  • 3
0
votes
2 answers

Amazon VPC ELB SSL port redirection

I have an Elastic load balancer with 2 ports open, 80 and 443. 443 has SSL on it. both 80 and 443 are being redirectedt to internal servers port 80. The issue is that i want to run my site only on port 443 (SSL Enabled) and never in plaintext. now i…
Farhan
  • 4,210
  • 9
  • 47
  • 76
0
votes
2 answers

Amazon VPC - Elastic load balancer not forwaring requests to Private Subnet instance

I have setup and Elastic load balancer in VPC. There is a public and private subnet. Currently the web server is in the Private subnet and there is a NAT instance in public subnet, from which the web server can be accessed. Now when i created an…
Farhan
  • 4,210
  • 9
  • 47
  • 76
0
votes
1 answer

With AWS ELB, is it possible to direct specific subdirectories to specific servers?

We're moving from a single EC2 server setup to a multiple-webserver setup, and using ELB to spread traffic across the servers. Our core application will handle this just fine. There's one sub directory that hosts a different application, and I'd…
Laizer
  • 158
  • 7
0
votes
2 answers

Amazon ELB disguises IP Address to EC2 Boxes?

It appears my Amazon Elastic Load Balancer is allocating traffic to EC2's, but without their IP addresses? Is this usual behaviour? It's incredibly annoying. I.e. ELB CName is on my domain name DNS, I hit the domain and access log has the IP address…
waxical
  • 344
  • 1
  • 5
  • 12
0
votes
1 answer

Working of Amazon Elastic Load Balancers

I've a Amazon ELB behind which there are 3 EC2 instances distributed across 3 zones. Following are extracts of access logs on each instances: 1st instance(Zone A): 10.210.214.231 - - [17/Sep/2011:15:40:16 -0400] "GET /healthcheck.html HTTP/1.1" 200…
aamod
  • 3
  • 2
0
votes
0 answers

Nginx revers proxy getting timeout error issue

I have an AWS elb loadbalancer with three dynamic IPs and domain- example.com, port 443. our client wants to access API but he had outbound firewall rules which required to whitelist dynamic IPs every time. for the resolution, we created a subdomain…
0
votes
1 answer

How can I find out why AWS ELB believes my service is failing?

I have a service which is registered with two target groups : alb and wwwalb. The alb target group is for internal requests, and the wwwalb target group is for external requests. When I deploy my service, it starts up as it should and starts…
sbrattla
  • 1,456
  • 3
  • 26
  • 48
0
votes
1 answer

Is a NAT gateway used when traffic travels over a public application load balancer?

I'm working on the following AWS setup : [public application load balancer] -> [fargate service on private subnet w/NAT gateway] The application load balancer is associated with all three private subnets. My understanding is that the NAT gateway…
sbrattla
  • 1,456
  • 3
  • 26
  • 48