I'm starting with the AWS Relational Database Service. I have already started a MySQL instance and now the next steps are:
How could I do this? Is it possible to connect using the workbench or heidsql?
I'm starting with the AWS Relational Database Service. I have already started a MySQL instance and now the next steps are:
How could I do this? Is it possible to connect using the workbench or heidsql?
If your instance is publicly accessible, simply configure ip, port, user, and password in the Workbench. If your instance only has access within your VPC, you must configure the connection via SSH using your access key (.pem).
A tutorial that can help: link