Amazon EC2 firewall rules & VPN connections

Posted by John on Server Fault See other posts from Server Fault or by John
Published on 2011-02-24T22:54:06Z Indexed on 2011/02/24 23:26 UTC
Read the original article Hit count: 226

Filed under:
|
|

I'm moving from Rackspace to Amazon EC2. One thing I like about our Rackspace setup is that it is extremely secure. The MySQL box can only be accessed via internal IPs, and we have a Cisco VPN firewall that allows us to dial in remotely and access port 3306 as though we were on the internal network.

I'd like to figure out how to replicate this setup with EC2.

  1. How can I make the MySQL box so that port 3306 can only be accessed on the internal network?
  2. What about the VPN piece of things? I know Amazon has the VPC service, but it seems like that's for the purpose of connecting to an existing network. I don't have an existing network. I want to essentially create one inside Amazon and connect to that. What are my options? Any good tutorials on how to get started?

Thanks in advance for your help

© Server Fault or respective owner

Related posts about vpn

Related posts about amazon-ec2