Socks proxy as an alternative to VPN tunnels to AWS
Ideally, you need a VPN tunnel between your on premises desktops and the AWS VPCs. However, there is a shorter cut to accomplish a secured, over the internet connection without setting up a VPN Tunnel.
This involves installing a SOCKS Proxy server on your local desktop – and also a plugin (FoxyProxy) for your browser.
Once you configure both the SOCKS proxy server and FoxyProxy, you should have a secure connection (even though it is over the internet) to your AWS resources. In the FoxyProxy configuration, you would provide the ARN of an AWS resource to connect to. This ARN resource would most likely belong to an EC2 instance (like a bastion host)
Leave a Reply