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.
Name | Version |
---|---|
terraform | >= 0.12.0 |
Name | Version |
---|---|
aws | n/a |
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 |
No output.
Module managed by DNX Solutions.
Apache 2 Licensed. See LICENSE for full details.