Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

STANDARD AUTHENTICATION:

  1. Log in to your AWS account console.

  2. On the search bar type RDS and select the RDS service

...

  1. Click on  your Aurora MySQL instance, You will see the “ENDPOINT” which will be your HOST. And the PORT number in the “Connectivity and security tab”

...

  1. image-20240425-065252.pngImage Added

  2. To Get your DATABASE NAME, go to the “CONFIGURATION” Tab and there you will see your DBNAME. The MASTER USERNAME which you will use as your USERNAME will be on the main cluster’s Configuration tab

...

image-20240425-065702.pngImage Added

Get Username: Go to your main cluster and click the Configuration tab

...

  1. Once you have all your credentials, you can now connect your database to EazyDi app. Create a connection. Select the AWS RDS MySQL connector

...

  1. Input all the required connection properties that you got from Step 6 and 7. The Host, Port, DBNAME, Master Username. The password is the one you set when creating your database.

...

image-20240425-065504.pngImage Added

  1. Once you have created a connection, you can now select a table from the list of connection objects

...

image-20240425-065539.pngImage Added