Terraform Aws Rds Cloudwatch Sns Alarms Versions Save

Terraform module that configures important RDS alerts using CloudWatch and sends them to an SNS topic

0.4.0

1 year ago
  • No changes

0.3.1

1 year ago
feature: allow monitoring multiple RDS instances @joe-niland (#33)

what

  • adds instance prefix to SNS alarms

why

  • Otherwise multiple instances overwrite each other

references

  • original authors: @rfvermut, @rebelthor
  • closes #5
  • closes #10
git.io->cloudposse.tools update @dylanbannon (#45)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

0.3.0

2 years ago
Module modernisation @joe-niland (#32)

what

  • add context
  • add licence
  • upgrade for TF 0.14
  • add tests
  • add most recent github workflows

why

  • allow proper management of PRs
  • allow use with TF 0.13+

references

  • closes #24
Added pre-commit @3h4x (#22)

what

  • added pre-commit to do automatic lint of yaml and tf fmt

why

  • to have automatic checks

0.2.0

4 years ago

what

  • Fix dimensions

why

  • Latest versions of TF 0.11 consider the dimensions as attributes

0.1.6

5 years ago

what

  • Fix examples

why

  • Original example had invalid/out of date URL for the module

0.1.4

5 years ago

what

  • Use AWS account ID rather than ARN in policy condition

why

  • Was not receiving any alarms via SNS until this change was made

0.1.3

5 years ago

0.1.2

5 years ago

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

0.1.1

5 years ago