Hacker News new | ask | show | jobs
by juzfoo 5178 days ago
The SaaS application that I am building will have multiple customers pointing to a load-balancer(still deciding EBS vs other options) and I am still figuring out how to get the ssl part of it set up. I like your point on keeping ELBs as the SSL end point. I haven't been able to find a definite resource explaining this. Is there anything that can be shared?
1 comments

The AWS documentation does a good job explaining the setup. As for multiple ELB's mapping to the same instances, I don't know if this is actually documented, it is just kinda known. It use to require configuration via API/CLI, but appears that the web console now even lets you do it.

http://docs.amazonwebservices.com/ElasticLoadBalancing/lates...