Connect to private RDS PostgreSQL over SSH tunnel - 3 methods

Опубликовано: 27 Октябрь 2024
на канале: Ana's Dev Scribbles
268
2

How to connect to AWS RDS PostgreSQL instance over SSH tunnel via psql, pgadmin and datagrip.

▬ 📖Links ▬
➡ Read my article at https://www.amarjanica.com/connect-to...
➡ Enjoy the reading experience of a real book with Kindle Paperwhite ebook reader https://amzn.to/45bQSPc
➡ Level up your coding skills with O'Reilly! Try it free at https://oreillymedia.pxf.io/PyG3nQ

▬⏱️Chapters ▬
0:00 How does SSH tunneling work
1:24 Prerequisites - rds and ec2
2:03 Open ssh tunnel from terminal
3:09 Connect from terminal with psql
4:04 Connect from pgadmin
4:47 Connect from datagrip intellij