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
已提問 9 個月前檢視次數 290 次
1 個回答
0
已接受的答案

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
專家
已回答 9 個月前
profile picture
hayao-k
已審閱 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南