1 Answers
1
Accepted Answer
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/
answered 14 days ago
Relevant questions
RDS Aurora Query Editor - Error loading Saved Queries - "The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type undefined"
asked 4 months agoHow can I change the delimiter in Query Editor?
asked 2 years agoPostgreSQL 12.2: rdsadmin uses one complete CPU for a query continuously
Accepted Answerasked 2 years agoHow do I do single search query?
asked 7 months agoRDS Query Editor Catch 22 - prevents me from doing anything at all
Accepted Answerasked 15 days agoAthena Query Editor Behaving Unexpectedly
asked 4 years agoUse PostgreSQL LIKE % wildcards with RDS Data API?
Accepted Answerasked 7 months agoI don't see the instances and I don't see anything AWSAccount1 created in my AWS account.
asked 4 months agoCan I use the RDS Postgresql S3 export query to replicate changes from RDS to S3?
Accepted Answerasked 2 years agoI cannot use current_date + interval in Athena boto3 query in Lambda
Accepted Answerasked 6 months ago
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.