Tagged Questions
34
votes
4answers
8k views
Load Balancing in Amazon EC2?
We've been fighting with HAProxy for a few days now in Amazon EC2; the experience has so far been great, but we're stuck on squeezing more performance out of the software load balancer. We're not ...
18
votes
6answers
12k views
Elastic Load Balancing in EC2
Its been on the cards for a while, but now that Amazon have released Elastic Load balancing what are your thoughts on deploying this solution for a high-traffic web app.
Should we replace HAProxy or ...
11
votes
7answers
5k views
Any thoughts on RightScale and Scalr for dynamic Ec2 instance managment
I'm looking for a cost effective tool for managing an web app on Ec2. Rightscale seems to the big dog and charges for it. Scalr looks like a more cost effective solution but it's hard to find out any ...
2
votes
1answer
219 views
What's the best practice for getting EC2 instances to join HAProxy automatically?
We're working on scaling out our EC2 architecture to a point where we'd like to manage our own load balancing. We currently have a series of machines configured on HAProxy to do basic load balancing, ...
0
votes
2answers
391 views
Using HAProxy for load-balancing SQL Server 2008
Is it possible/feasible/reasonable to use HAProxy to load-balance three SQL Server 2008 database servers?
Here is our situation: we have two web servers that are load-balanced on Amazon EC2. We are ...
0
votes
1answer
2k views
Can HAProxy front both Web servers and SSL VPN on one IP and port?
I need a Reverse Proxy to front both Lablz Web server and SSL VPN Adito (SSL Explorer fork) by sitting on one IP/port. Failed to achieve that with Nginx. Failed to use Adito as a generic reverse HTTP ...