The problem I’m having
I have configured security groups/firewalls correctly in AWS using the relevant IP addresses for the trial I am on, and can indeed successfully connect to a Redshift Serverless workgroup. However, I cannot connect to Aurora PostgreSQL instance on AWS. I get the error message as follows:
Something went wrong. Please address the issues below and try again.
Create Connection Error: Could not make sense of [endpoint-details-here].eu-west-1.rds.amazonaws.com and/or network.
The context of why I’m trying to do this
I’m trying to do this as the first step of setting up a dbt project.
What I’ve already tried
I have already tried making the Aurora workgroup publicly accessible, in a public subnet, and allowed the relevant IP addresses. I have also double checked all connection parameters including username and password.
Any advice would be appreciated, thank you!