Difference between revisions of "Aws rds create-db-instance --db-instance-identifier kk --db-instance-class db.t3.micro --engine aurora-postgresql"

From wikieduonline
Jump to navigation Jump to search
(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...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  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
+
{{lc}}
 +
  [[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.
 
  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.
 +
 +
Solution: Use a supported instance type for aurora-postgresql clusters. Minimum supported size is: <code>[[db.t3.medium]]</code>. Price calculator: aprox 63 USD https://calculator.aws/#/createCalculator/AuroraPostgreSQL
 +
 +
== Related ==
 +
* [[AWS RDS Aurora PostgreSQL]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:28, 7 June 2022

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.
Solution: Use a supported instance type for aurora-postgresql clusters. Minimum supported size is: db.t3.medium. Price calculator: aprox 63 USD https://calculator.aws/#/createCalculator/AuroraPostgreSQL

Related[edit]

See also[edit]

Advertising: