Amazon RDS
This page contains additional instructions that are relevant to databases hosted on Amazon Web Services (AWS RDS).
Permitting Inbound Connections
If you have a database such as PostgreSQL or MySQL hosted on AWS, the following steps will permit connections to it from your local computer:
- On the AWS admin site, go to the RDS Console.
- In the sidebar to the left, click Databases.
- Click the database you would like to connect to.
- Under VPC security groups (third column in the Connectivity & security tab), click the security group.
- Click the Inbound rules tab in the lower half of the screen, and then Edit inbound rules.
- Click Add rule. Under Type, select the database type (e.g. PostgreSQL or MySQL/Aurora). Under Source, select My IP.
- Click Save rules. Wait 10 seconds.
- You should be able to connect to your database from tools running locally on your computer, such as Ultorg. If your computer's IP address later changes, you may need to update the inbound rule again on AWS.
More complex AWS configurations may require a different way to connect to the database, such as SSH tunneling.
SSL Configuration
To configure SSL, see the specific instructions for your database (PostgreSQL, MySQL, Microsoft SQL Server). Root certificates for AWS, which are used by the client to verify the server's identity, can be found here.