How do I host multiple SSL websites on a single EC2 instance using Amazon Elastic Load Balancers?
- by Developr
If I have 3 separate websites which all require SSL (separate certificates) that I want to host on the same EC2 instance(s) across multiple availability zones so that we have the ability to scale and be highly available, how do I achieve this using ELBs in my Amazon VPC?
Each site requires a separate IP address, so I have added multiple private…