White List your IP on RDS
- log in to AWS console https://aws.amazon.com/
- Navigate to RDS
- Click on the DB instance you want to connect to. Please follow the images :)
Connecting to RDS using DBeaver
Please download DBeaver for your respective Operating System.
In Dbeaver go to DataBase Navigator right-click to open the menu.
click on create followed by connectionchoose the Database Type
I am choosing MySQL but the process is the same for any other database.It will prompt you for driver download please download with default settings.
The hostname is the endpoint for your RDS instance you can find it in the RDS console
2,3 are the user name and password for your DB
Test your connection and voila you are connected to RDS.
Top comments (0)