Connect RDS (PostgreSQL) from Docker container
Step 1: Run the postgres docker container $ docker run -it --rm --network=host postgres:11.16 bash root@a018fe70d745:/# apt update && apt install telnet -y Step 2: Check if postgres is connected by using telnet command For example the endpoint of th...
Aug 9, 20221 min read452