I have a MySql AWS RDS instance inside a VPC. I was wondering if it is possible to make the RDS instance NOT publicly available, but still be able to somehow connect to the DB via SequelPro or Workbench.
Thanks!
I have a MySql AWS RDS instance inside a VPC. I was wondering if it is possible to make the RDS instance NOT publicly available, but still be able to somehow connect to the DB via SequelPro or Workbench.
Thanks!
In order to achieve the desired goal, do the following:
This technique is called "bastion host" it's described in more details here: http://cloudacademy.com/blog/aws-bastion-host-nat-instances-vpc-peering-security/
Also the following resource could be helpful for you: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Scenario2.html