RDS Query Editor Catch 22 - prevents me from doing anything at all

0

I can't use the query editor anymore. It worked around 18 months ago when I created a PostgreSQL DB.

When I try to use it now, I see this: "Currently, query editor only supports Aurora Serverless databases."

And this: "To use the query editor for a database, the database must have the Data API enabled."

When I try to enable the data API I see this: "Currently, you can't use the Data API with Aurora Serverless v2 DB instances."

When I try to create a database the only option I have is for Serverless v2.

How can I do anything with an AWS database?

Are there external tools that can be used to run SQL against the DB? Of course these will need to work without me configuring any users on the database because that would require running SQL in a query tool.

neohed
已提问 2 年前212 查看次数
1 回答
1
已接受的回答

Hello,

To provision the Aurora Serverless v1 you need to first select a compatible DB engine version: 2.07.1, 5.6.10a for MySQL or 10.12, 10.14, 10.18 for Postgres.

If you select one of these, the Serverless v1 will appear as possible instance class.

To answer your other question: you can connect to any of the RDS databases using external tools like for example DBeaver https://dbeaver.io/

AWS
已回答 2 年前
  • Aha, ok, thanks. I only started AWS a few days ago and there's a lot to take in... Thank you for both answers. "dbeaver.io" looks perfect for my needs.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则