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 个月前291 查看次数
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 个月前

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

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

回答问题的准则