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
gefragt vor 9 Monaten291 Aufrufe
1 Antwort
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 9 Monaten
profile picture
hayao-k
überprüft vor 9 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen