Aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine aurora-postgresql

From wikieduonline
Revision as of 15:12, 7 June 2022 by Welcome (talk | contribs) (Created page with " aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine aurora-postgresql --master-username master --master-user-password 12345678 A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine aurora-postgresql --master-username master --master-user-password 12345678
An error occurred (InvalidParameterCombination) when calling the CreateDBInstance operation: RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.t3.micro, Engine=aurora-postgresql, EngineVersion=13.6, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.

See also

Advertising: