v2.0.0
Default values for sizing of Postgres, Redis, and Brainstore were adjusted to better match realistic production usage. This is being marked as a 2.0.0 release because it changes defaults and users might have to make changes to their parameters passed to the module to avoid resizing their database and redis instance.
Warning
Increasing the size of a production RDS database and Elasticache will incur a downtime while the instance is rebooted. Please inspect your terraform plan carefully.
We are making this change because there have been multiple incidents with customers using defaults which are not suitable for production. We want the default to work for the most common and critical use-cases.
What's Changed
- Set prod sized defaults by @mdeeks in #67
- Add segment -> object ID endpoint path by @manugoyal in #68
New Contributors
- @manugoyal made their first contribution in #68
Full Changelog: v1.5.0...v2.0.0