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

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

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

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

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

関連するコンテンツ