/terraform-aws-db-monitoring

This terraform module is responsible for monitoring the Relational Database Service(RDS) database.

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-aws-db-monitoring

Lint Status LICENSE

This terraform module is responsible for monitoring a Relational Database Service(RDS) database.

The following resources will be created:

  • Cloudwatch alarms
    • To monitor whether the Database instance memory is above the threshold
    • To monitor whether the Database instance CPU is above the threshold

In addition you have the option to :

  • Create or not a Simple Notification Service topic (SNS) - This SNS create alerts on RDS instances metrics.

Requirements

Name Version
terraform >= 0.12.0

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
account_name Name of the AWS account to identify the alarms string "" no
alarm_sns_topics Alarm topics to create and alert on RDS instance metrics string "" no
event_categories A list of event categories for a SourceType that you want to subscribe to. See http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html string "availability,deletion,failover,failure,low storage,maintenance,notification,read replica,recovery,restoration" no
identifier RDS database instance identifier string "" no
instance_class RDS database instance class any n/a yes

Outputs

No output.

Author

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.