1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
1
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
검토됨 일 년 전