Providing a static IP for resources behind AWS Elastic Load Balancer (ELB)

Posted by tharrison on Server Fault See other posts from Server Fault or by tharrison
Published on 2012-09-27T21:16:50Z Indexed on 2012/09/27 21:39 UTC
Read the original article Hit count: 223

I need a static IP address that handles SSL traffic from a known source (a partner). Our servers are behind an AWS Elastic Load Balancer (ELB), which cannot provide a static IP address; many threads about this here.

My thought is to create an instance in EC2 whose sole purpose in life is to be a reverse proxy server having it's own IP address; accepting HTTPS requests and forwarding them to the load balancer.

Are there better solutions?

© Server Fault or respective owner

Related posts about apache2

Related posts about amazon-web-services