Amazon web services – Why am I getting error: no pg_hba.conf while connecting nodejs application to aws rds Postgres?
I have created an instance of RDS Postgres on database. I am trying to use it in my nodejs application as remote database. The things require to make connection to db include endpoint, username, password, port and I've got all…