aws-samples / non-profit-blockchain

Builds a blockchain network and application to track donations to non-profit organizations, using Amazon Managed Blockchain
Apache License 2.0
374 stars 288 forks source link

Adding version specifier for postgres DB creation #148

Open r-carroll opened 3 years ago

r-carroll commented 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.

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.