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?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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.

link|improve this answer
Care to expand on what that is and how it would help? – ckliborn Dec 15 '11 at 22:10
Done, 'though about five seconds on Google would reveal everything you need to know. – ceejayoz Dec 15 '11 at 22:10
feedback

Set up OpenVPN and make apache only listen on the VPN interface: http://httpd.apache.org/docs/2.2/bind.html.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.