Forum Discussion

magnetic_north's avatar
magnetic_north
Frequent Visitor
1 year ago
Solved

PostgreSQL Invalid credentials

When attempting to connect to a PostGres database in AWS RDS, receiving Invalid credentials on setup. This occurs across multiple accounts, servers and databases. There is a gateway on the AWS to the...
  • v-sgandrathi's avatar
    v-sgandrathi
    1 year ago

    Hi magnetic_north

    Hope you are doing well.

     

    For your query once double-check the Basic Authentication credentials, ensuring the password is correctly passed and matches the AWS RDS configuration.

     

    We can follow these procedures to connect without using the gateway.

    • If the PostgreSQL instance has a public IP and the security group allows access, connect directly over the internet.
    • If not, set up a VPC Peering or VPN connection for secure access without a Gateway.

     

    Hope these steps should resolve the "Invalid credentials" issue and establish a stable connection to your PostgreSQL database in AWS RDS.

     

    your query was resolved! If our response addressed your question, please mark it as 'Accept Answer' and click 'Yes' if you found it helpful.

     

    Thankyou for your understanding!


    Regards,
    Sahasra.