Skip to content

Releases: terraform-trailwatch-modules/terraform-aws-rds

1.0.1

30 Oct 14:06
f7a9a2f
Compare
Choose a tag to compare

Changed

  • Advanced example in README.md now uses the correct source.

1.0.0

30 Oct 13:40
e6c185a
Compare
Choose a tag to compare

[1.0.0] - 2024-10-30

Added

  • Initial release of the RDS Monitoring module.
  • Support for monitoring Amazon RDS databases with custom metric filters and alarms.
  • Configurable parameters for RDS database identifiers, event names, and CloudWatch log settings.
  • Automatic creation of CloudWatch metric filters based on specified RDS databases and their respective events.
  • Alarms triggered based on defined thresholds for the specified metrics.
  • Detailed variable descriptions for easy customization and configuration.

Changed

  • Updated Terraform examples in README.md to reference the module source from the Terraform Registry.