Amazon RDS configuration

Connect DBConvert and DBSync to an Amazon RDS database instance.

Amazon RDS exposes a standard endpoint for each instance. The connection from DBConvert works the same as for a self-hosted server - you just need the endpoint, port, and master credentials from the AWS console.

1. Find the instance in the AWS console

Log in to AWS and open the RDS dashboard.

AWS console login

Pick Instances in the RDS sidebar to see your instances.

RDS instances list

Select the instance you want to connect to.

Selected RDS instance

2. Copy the endpoint

Click Endpoint to see the connection string.

RDS endpoint

The endpoint includes the port at the end (e.g. myinstance.xxxx.region.rds.amazonaws.com:3306). Split it into hostname and port for DBConvert.

3. Fill in the DBConvert connection

On the Source or Destination stage:

  • Host - hostname only, without the port.
  • Port - the port from the endpoint.
  • Username and Password - the master user and password you set when creating the instance.

RDS connection in DBConvert

Click Test connection.

RDS connection successful

4. Pick the database

Type the database name into the Database combo, or click Refresh to list databases on the instance and pick from the list. For Oracle and PostgreSQL targets, also pick the schema in the Schema combo.

Click Next to continue.

Engine-specific notes

For Aurora-flavored RDS instances, see the engine-specific guides: