I have a dev EC2 instance and I would like to use a VPN (ideally provided by AWS) so that only my web devs could access the website on port 80
Is this What virtual private connect is for?
|
I have a dev EC2 instance and I would like to use a VPN (ideally provided by AWS) so that only my web devs could access the website on port 80 Is this What virtual private connect is for?
| |||
|
feedback
|
|
Put it in an Amazon Virtual Private Cloud, or just limit the EC2 instance's security group to port 80 and your web devs' IP addresses. | |||||
feedback
|
|
Set up OpenVPN and make apache only listen on the VPN interface: http://httpd.apache.org/docs/2.2/bind.html. | |||
|
feedback
|