Create RDS using AWS SDK

0

I want to create an RDS PostgreSQL database instance using the AWS SDK for JavaScript v3 and the free tier template. Can you provide me with some code samples? I get this error : InvalidParameterCombination: The combination of engine version 15.3 and DB instance class db.t3.medium isn't supported for Multi-AZ DB clusters I want to use Single-AZ db.t2.micro Instance.

andrew
已提問 9 個月前檢視次數 254 次
1 個回答
0

That error message tells you that the Postgres version isn't supported on the instance type. This page gives you the story. You need to select postgres version that works on your desired instance type: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#Concepts.DBInstanceClass.Support

已回答 9 個月前
profile pictureAWS
專家
已審閱 8 個月前

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

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

回答問題指南