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달 전258회 조회
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
전문가
검토됨 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠