Quantcast
Channel: Adclick IT Blog » ssh
Viewing all articles
Browse latest Browse all 2

Amazon RDS Tunnel (Access from your desktop)

$
0
0

If you need to access an Amazon RDS instance locally you can:

  1. Add your IP on the RDS Security Group
  2. Create a tunnel to the RDS

Best chances are you have a dynamic IP address, so you already know that option 1. is a real pain.

You can create a tunnel (2.) by performing the following command on a new terminal window:

1
ssh -l <username> -L 33060:<ec2_rfc_ip>:3306 -N <ext_hostname>

As long as you keep this window open, you’ll be able to access the RDS by connecting to localhost on port 33060:


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images