Questions tagged [elastic-load-balancer]

Use this tag for questions related to the Elastic Load Balancer, used to automatically distributes incoming application traffic across multiple Amazon EC2 instances.

Usually accompanies this tag, so you are encouraged to use it too, if applicable.

331 questions
0
votes
1 answer

Removing Rogue SSL Certs on AWS

I have a client site set up on AWS with multiple servers running HTPPS behind an Elastic Load Balancer. At some point, someone from the client's team attempted to update the SSL Cert by installing a new one directly on one of the servers (instead of…
0
votes
1 answer

Amazon AWS load balancers IP address list

Using AWS, is there any way to find a list of IP addresses of all the Load Balancers or searching for a specific IP address between all the Load Balancers?
armin
  • 37
  • 8
0
votes
1 answer

Cluster (sharing file storage) for file storage for PHP application

I am using a load balancer in aws and want to sync files in real time. I was trying to do it by rsync but it's not a real time we set it by cron. I want to do it by real time, I am using it in Singapore region and there is no EFS option.
0
votes
0 answers

Best architecture for setting up multiple apache on aws

We are migrating our web app to AWS and our current architecture involves apache server making one to one connection to jboss EAP instance. How do i architect this setup on AWS I am planning to put an LB in front of apache and another LB in front…
0
votes
2 answers

AWS ECS and Load Balancing

I see that ECS services can use Application Load Balancers, and the dynamic port stuff works atuomagically. However, an ALB has a maximum of 10 rules other than default rules. Does that mean that I need a separate ALB for every 10 services unless I…
ashic
  • 6,367
  • 5
  • 33
  • 54
0
votes
1 answer

Can we use two different types of AWS EC2 instances with elastic beanstalk loadbalancer

I'm using elastic beanstalk to host my rails application, I've configured load balancer and I know how to set maximum and minimum numbers of instances of same type(for example 2 instances of T2.micro or 2 instances of T2.medium). My question is can…
0
votes
2 answers

Beeing able to use a static IP for an ELB from Elastic Beanstalk

I've read different posts here and then and they doesn't seem to help me solve my problem. I'm currently using CNAME redirection from my domain to my ELB and this is working fine. But it still doesn't allow me to use a static/elastic IP I have a…
0
votes
1 answer

How to update code on multiple EC2 instances?

I created an Elastic Load Balancer in front of two EC2 instances. However, I discovered an issue that requires me to update the code on both EC2 instances. I can access each instance individually to update code via github, or I could create an AMI…
user3751637
  • 91
  • 1
  • 1
  • 5
0
votes
0 answers

ELB Keeps Inconsistently Failing Health Checks, but EC2 Status Checks OK

Servers are accessible normally. Checking / (default page) We will have some sort of load, these will respond a little slower than it likes. Then Take down the Instances from our load balancer. Because the Application doesnt fail, I cannot "reboot"…
Nick
  • 1,208
  • 11
  • 26
0
votes
0 answers

Latency on ELB side

I am having a weird problem currently. We follow ELB + Nginx + gunicorn + django for production. So for some api's request is taking time from ELB to reach nginx. I dont know how this is possible. ELB and Nginx logs have been attached below.We are…
0
votes
2 answers

Load Balancer and two test servers. Need to test using jmeter

My application has a load balancer which distributes payloads to two test servers. I need to test the load balancing using jmeter. Do I need to have an instance of jmeter run on all these servers to test this? How can I test this efficiently using…
user71899
  • 17
  • 1
  • 6
0
votes
0 answers

How to link GoDaddy domain to AWS classic Load Balancer?

I have bought domain from GoDaddy. Now, I have decided to use AWS to setup my web servers with load balancers. How can I link my domain to AWS classic load balancer? I read the Configure a Custom Domain Name AWS documentation. They Have explained…
Darshan Puranik
  • 1,055
  • 3
  • 14
  • 36
0
votes
1 answer

How to put classic load balancers behind an AWS application load balancer

AWS has launched application load balancer which can do path based routing. Is it possible to put classic load balancers behind the application load balancer. Example: Lets say we have 2 classic load balancers. Application Load Balancer will route…
Manish
  • 71
  • 4
0
votes
1 answer

Session Bounced with AWS ELB with multiple instance?

I am facing an issue with AWS ELB with multiple Server with LAMP for an ecommerce webstite. When an user login with domain, which is pointed at AWS ELB, the session is bounced automatic ever (User is logout). I am trying with enable sticky session…
0
votes
1 answer

AWS Load Balancing for both external and internal URL paths

Is it possible to set up an App Load Balancer on AWS to be both internal and externally accessible? For example, a web application has an admin dashboard located at /admin and it'd be great to have that only accessible via a VPN and have the rest of…
Justin
  • 2,224
  • 2
  • 22
  • 28