How can I connect my node app to a private AWS Postgres database?
I have a private RDS Postgres database and need to connect to it through my node application, but since it is private it is only accessible through my EC2 instance.
I have a private RDS Postgres database and need to connect to it through my node application, but since it is private it is only accessible through my EC2 instance.