Connect SQL Workbench to RDS

In this article we will explore how to connect to RDS from SQL Workbench.

  • Navigate to RDS
  • Select the database

Image RDS DB

Make sure database is publically accessible

Image DB Public

  • Go to the Security Group Rules

Image DB Public

  • Edit the inbound Rules

Image DB Public

Image DB Public

  • Find the Endpoint for the Database. We'll need this for MySql WorkBench

Image DB Public

  • Connect with the Hostname as the end point, using username and password.

Image DB Public

Comments