cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

DB.t2.micro creation failed #260

Closed sigi77777 closed 2 years ago

sigi77777 commented 2 years ago

I created a new app and it fails in the first line:

02:08:01.301 Creating RDS PostgreSQL database (db.t2.micro / 5 GB / single-az) => XXXXXXXX(this one-time action may take up to 10 minutes to complete) ... 02:08:01.301 Destroying Security Group sg-XXXXXXX (XXXXXXXX) ... 02:08:02.622 WARNING: Run failed: Unable to create RDS DB instance

i am on free plan FYI.

What is going wrong?

sigi77777 commented 2 years ago

"errorCode": "InvalidParameterCombinationException", "errorMessage": "RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.t2.micro, Engine=postgres, EngineVersion=13.3, LicenseModel=postgresql-license. For supported combinations of instance class and database engine version, see the documentation.",

axelfontaine commented 2 years ago

Some regions as well as never RDS PostgreSQL no longer support db.t2.* instance. The default has now been changed to db.t3.micro to compensate for this.