Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I see tables for RDS instances in AWS console?

I created the RDS instance in AWS console, and I created the table and load the SQL script. Am I able to see the table and data for this RDS instance in AWS console?

like image 774
Jack Avatar asked Mar 29 '18 20:03

Jack


2 Answers

No, you cannot see the RDS data (tables, rows, etc.) in the AWS Management Console.

To see the data, you'll need the appropriate client depending on the RDS engine type. Some examples:

  • MySQL: MySQL Workbench
  • SQL Server: SQL Server Management Studio
  • PostgreSQL: pgAdmin
  • Oracle: Oracle SQL Developer
like image 95
Matt Houser Avatar answered Sep 19 '22 09:09

Matt Houser


It's possible to achieve, you can use AWS Glue - https://aws.amazon.com/blogs/big-data/how-to-access-and-analyze-on-premises-data-stores-using-aws-glue/

like image 20
idmitriev Avatar answered Sep 19 '22 09:09

idmitriev