Skip to content

Releases: skyscrapers/terraform-rds

Allow setting custom instance sizes and promotion tiers

05 Sep 15:02
ab42086
Compare
Choose a tag to compare
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

06 Jul 07:32
58457cb
Compare
Choose a tag to compare

This adds a variable to specify a kms key id for both the storage encryption and the performance insights data encryption

Improve lambda monitoring

04 May 08:43
614a0c3
Compare
Choose a tag to compare
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

03 May 09:54
0f4ae53
Compare
Choose a tag to compare
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

19 Apr 10:43
649202b
Compare
Choose a tag to compare
6.3.1

Fix the IS_CLUSTER env variable in python code (#54)

6.3.0

10 Mar 12:29
faf6ae5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.3.0

6.1.0 Cross-account snapshot replication for Aurora

14 Feb 11:11
2228832
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...6.1.0

New cross-account snapshots replication module

06 Oct 10:14
fadbaca
Compare
Choose a tag to compare

This release is to make the new cross-account snapshots replication module available.

Disable final snpashot for RDS Replica

03 Aug 10:33
bdfa04d
Compare
Choose a tag to compare

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

07 May 08:20
Compare
Choose a tag to compare
5.4.5

Update snapshot functions to python3