Open r-carroll opened 3 years ago
AWS will pick the latest version of postgres by default unless specified. RDS does not support an instance type of db.t2.micro as referenced on line 47 for postgres beyond version 12.
db.t2.micro
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
AWS will pick the latest version of postgres by default unless specified. RDS does not support an instance type of
db.t2.micro
as referenced on line 47 for postgres beyond version 12.https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.