Hi, I think the official <CFN Metaflow template> i...
# dev-metaflow
t
Hi, I think the official CFN Metaflow template is due for an update. When I try to deploy it, I get the following error:
Cannot find version 11.5 for postgres (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: ...; Proxy: null)
I’m assuming the Postgres engine version, and possibly the DB instance class, should be updated. FYI I noticed that the ECS metadata service checks the Postgres version. Which Postgres version should the template use?
1
d
ah yes, I just ran into this a few days ago for the sandbox accounts. You can put 13.6 where you find 11.5 and it should work (the sandbox template is a bit different so not 100% sure).
you may need to update the instance type as well. Again, the other template is different. FWIW, there I use ‘db.m6g.large’ and it works.
but that may be a bit overkill (larger instance)
@average-beach-28850 probably has a better idea 🙂
t
Thanks Romain, 13.6 + db.t3.small worked 🙂
👍 2