Skip to content

Releases: binbashar/terraform-aws-rds-export-to-s3

v0.4.3 🌈

24 Jan 18:26
c066a28
Compare
Choose a tag to compare

v0.4.3 🌈

Features

  • Enhancement | Adds python runtime version input #17 | adds runtime version optional argument to support bumping to later versions of compatible python (eg, 3.10 is available)
  • Enhacement | Update lambda module #18 | Update lambda module from v2.23.0 to v6.4.0. to resolve #15

v0.4.2 🌈

28 Aug 15:29
078e410
Compare
Choose a tag to compare

Release Notes

🐛 Fixes

  • Allow triggering from manual snapshots #13 (See issue #12)
    • Update the regex for triggering from snapshot so that a colon is not required and therefore it's possible to trigger from manual snapshots.

✨ Enhancements

  • Also updated the docs to instruct how to name the manual snapshot.
  • At the same time, took the chance to indicate some required params in the docs.

We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.


Special thanks tp @ejskipper for her contributions! 👏🏼 🚀

v0.4.1 🌈

22 Jun 21:01
f0afa8d
Compare
Choose a tag to compare

Release Notes

✨ Enhancements

  • Update descriptions at variables.tf
  • Update README.md using terraform-docs

We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.

v0.4.0 🌈

19 Apr 15:05
c99c93d
Compare
Choose a tag to compare

Release Notes

🚀 New Features

  • Added an Export to S3 module in the database-mysql layer, which allows users to easily export their data to an Amazon S3 bucket for secure and scalable storage.
  • Implemented support for Non-Cluster RDS instances, providing users with more flexibility in their database configurations.

We hope these new features will enhance your experience with our binbash Leverage™ IaC Lib module.

v0.3.0

02 Nov 15:37
9692666
Compare
Choose a tag to compare

v0.3.0

  • bumped github.com/terraform-aws-modules/terraform-aws-lambda v2.7.0 -> v2.23.0
  • added multi-regions support via providers/aliases
  • added multi-region example
  • updated resource naming pattern to ${local.prefix}resource-name${local.postfix} (default: resource-name-) to avoid naming collisions with multi-regions

v0.2.0

30 Oct 22:29
598a109
Compare
Choose a tag to compare

v0.2.0

  • minor fixes
  • CMK KMS is optional, controlled by 'create_customer_kms_key' variable or 'customer_kms_key_arn' is used
  • Monitor SN is optional, contoller by 'create_notifications_topic' or 'notifications_topic_arn' is used
  • added S3 prefix for exports
  • multi-events can be defined in 'rds_event_ids'
  • multi-DBs are supported with 'database_names'
  • removed duplicating S3 name/arn
  • 'prefix' is optional now
  • updated example
  • added S3 prefix func
  • refactored functions to support changes
  • updated policies to support changes
  • S3 prefix as in 'snapshots_bucket_prefix'

v0.1.0

19 Aug 14:12
Compare
Choose a tag to compare

Init Version

Terraform Module: RDS Snapshots Export To S3

Terraform module that deploys Lambda functions that take care of triggering and monitoring exports of RDS snapshots to S3.