Service Catalog – Connect the database AWS

Creating and connecting to a MySQL DB Instance

Once you completely provision the database, you can connect to the database AWS as below

Then, we can go to the database Instance URL by getting the link below

Then, we can login to the AWS

And then, we can connect to the database instance URL

Then, we choose 'Set up EC2 conection' with the instanceId EC2 that we can get from the template output

And then, we click button Confirm.

And now, we can connect to the database
Then, we open the MySQL workbench, and then click button '+'

Then, we choose 'Standard TCP/IP over SSH'

Then, we will be configured below

Then, we click the button 'Test Connection'

Then, we click the button 'OK'

Finally, we can double-click on the configuration that can connect the database.

Leave a Reply