How can I create an Aurora MySQL serverless v1 cluster?

0

Hi, I’m trying to create an aurora mysql serverless v1 database cluster. None of the versions that are presented to me in the drop-down allow serverless v1. I’m trying to install the 2.08.3/5.7.2version which is what the documentation indicates but this is not in the list. I have confirmed that it should be available for my region which is Canada-central. I’ve tried other regions but nothing shows up. I don’t have any filters applied when reviewing the list either.

Blair
asked 8 months ago272 views
1 Answer
0
Accepted Answer

Hello.
I have confirmed that Serverless v1 is not selectable in my management console either.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.create.html
Instead, it can be created by executing the following command.

aws rds create-db-cluster --db-cluster-identifier sample-cluster  --engine aurora-mysql --engine-version 5.7.mysql_aurora.2.08.3  --engine-mode serverless  --scaling-configuration MinCapacity=4,MaxCapacity=32,SecondsUntilAutoPause=1000,AutoPause=true  --master-username username --master-user-password Dtabase-Password

Version 2.08.3 is deprecated and probably not selectable from the management console.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.2083.html

profile picture
EXPERT
answered 8 months ago
profile picture
hayao-k
reviewed 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions