Amazon RDS

Find your Amazon RDS connection URL.

  1. Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/

  2. In the navigation panel, choose Databases to display a list of your DB instances.

  1. Click on the DB you want to sync.

  2. On the Connectivity & security tab, copy the endpoint and the port number.

  1. Then click on the Configuration tab and view the Master username and DB name values. If the DB name is empty as it is the case here, then use 'postgres' as DB name. The password was set when the database was originally created. Please ask whoever set up the database for the connection password.

  1. Use this template for the connection string and replace the element with your values

postgresql://USERNAME:YOUR_PASSWORD@ENDPOINT:PORT/DB_NAME
  1. Paste the connection string into Stacksync

Last updated