aws
Markdown

jumpbox

Choose the right VPC

Choose the right subnet

-- must be public -- auto-assign public IP: yes

Name security group: jumpbox-sg

To ssh : ssh -i jumpbox-key.pem -l ec2-user@

To access DB: ssh -i jumpbox-key.pem -f -N -L 5432::5432 ec2-user@ -v