terraform-aws-metaflow
terraform-aws-metaflow copied to clipboard
PostgreSQL 11 is EOL and out of standard support for RDS causing additional cost
The PostgreSQL version used in the datastore module is currently 11 as seen in : https://github.com/outerbounds/terraform-aws-metaflow/blob/ee7093cdbd4f6ac2df4e38b4db2f770a9c0fe607/modules/datastore/variables.tf#L14
However this version is now at EOL and costs extra to be supported by AWS (0.10$/h/VCPU) see:
https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-release-calendar.html https://aws.amazon.com/rds/postgresql/pricing/
Could this be upgraded ?