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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인