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 個月前

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

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

回答問題指南