2

I connected my RDS database with mysql workbench and created tables. Can I view these tables in AWS management console?

I tried query editor, but I am getting an message "query editor only supports Aurora Serverless databases".

1
  • In general, if AWS created the database technology (e.g. DynamoDB) then it will also provide AWS console access to the data. If AWS is simply providing a managed service on top of a third-party or open source database (e.g. MySQL) then AWS won't provide a client (because there's a wealth of clients already available). Commented Dec 3, 2023 at 21:15

1 Answer 1

2

That's right, the query editor is available only for Aurora Serverless databases.

Amazon describes Amazon Athena MySQL connector that could help you achieve what you need. But this may not be as quick solution as the query editor.

The other way would be using a MySQL client that can access the database (e.g. mysql-client from a Linux instance inside the VPC that the database resides).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.