Amazon web services – how to connect to postgreSQL deployed in a server from outside the server
I have deployed PostgreSQL in an AWS ec2 and it is accessible within my ec2. Now I want my Postgresql to be accessed outside the ec2. this is the command which I use to login PostgreSQL server: psql -h <host>…