Unable to create Aurora (PostgreSQL Compatible) with Data API in Mumbai (ap-south-1) for Aurora PostgreSQL 13 (13.9)

0

Unable to create Aurora (PostgreSQL Compatible) with Data API in Mumbai for Aurora PostgreSQL 13 (13.9),

Per this document it is Available - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.html#Concepts.Aurora_Fea_Regions_DB-eng.Feature.Data_API.apg-sv1

質問済み 4ヶ月前146ビュー
1回答
1
承認された回答

Hello.

I also confirmed that Aurora Serverless v1 is no longer selectable from my management console.
So, why not try starting it from the AWS CLI?
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.create.html

aws rds create-db-cluster --db-cluster-identifier sample-cluster \
    --engine aurora-postgresql --engine-version 13.9 \
    --engine-mode serverless \
    --scaling-configuration MinCapacity=8,MaxCapacity=64,SecondsUntilAutoPause=1000,AutoPause=true \
     --master-username username --master-user-password Dtabase-Password

Although it is probably not supported in the Mumbai region yet, Aurora Serverless v2 now supports DataAPI, so I think it would be a good idea to use Aurora Serverless v2 in the future.
https://aws.amazon.com/about-aws/whats-new/2023/12/amazon-aurora-postgresql-rds-data-api/?nc1=h_ls

profile picture
エキスパート
回答済み 4ヶ月前
profile pictureAWS
エキスパート
レビュー済み 4ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ