Hacker News new | ask | show | jobs
by vdondeti 5569 days ago
Can you please explain how you built a multi-AZ load balanced infrastructure, given that Amazon's ELB only load balances within a given AZ. I assume you used some external service. Would you mind providing the details. Thanks.
1 comments

ELB load balances very easily across availability zones. In fact, that pretty much seems to be the setup they expect you to use. It doesn't allow you to balance across regions, though, which may be what you mean.
Ya, thanks for the response. I went and double checked what ELB does. I was looking for a way to load balance across regions. I know some services that can do it, but are quite expensive.