Releases: skyscrapers/terraform-rds
Releases · skyscrapers/terraform-rds
Allow setting custom instance sizes and promotion tiers
Customize some attributes for individual instances (#58) This adds a couple of variables to allow to customize some attributes (size and promotion tier) for individual aurora instances
Allow specifying a kms key id in rds module
This adds a variable to specify a kms key id for both the storage encryption and the performance insights data encryption
Improve lambda monitoring
Make the lambda alert period adjustable (#56) * Remove lifecycle ignore from lambdas This prevented managing the terraform stack from two different workstations / people * Make the lambda alert period adjustable The metric period for the lambda monitoring alerts should be equal or higher than the trigger period. Otherwise the alerts are not significant. This increases the default to 6 hours and makes it adjustable to suit other needs.
Fixes bug in snapshot cleanup lambda code
Fixes a bug in the cleanup lambda function (#55) Snapshots were not being cleaned up correctly, leading to a build up of snapshots and reaching the AWS quota. This caused issues downstream as no new snapsthots could be created.
Fix snapshot cross-account replicator lambda code
6.3.1 Fix the IS_CLUSTER env variable in python code (#54)
6.3.0
What's Changed
- ✨ allow extra tags by @MattiDeGrauwe in #53
New Contributors
- @MattiDeGrauwe made their first contribution in #53
Full Changelog: 6.1.0...6.3.0
6.1.0 Cross-account snapshot replication for Aurora
New cross-account snapshots replication module
This release is to make the new cross-account snapshots replication module available.
Disable final snpashot for RDS Replica
Final snapshot for read replica instances are not allowed, however, Terraform errors out when trying to destroy an instance without skip final snapshot set to true. Note that it needs to be set during creation first due to a bug
Update snapshot replication functions to python3
5.4.5 Update snapshot functions to python3