db-monitoring

DNXLabs/db-monitoring/aws

Terraform Module HCL AWS

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

Install
module "db-monitoring" {
source = "DNXLabs/db-monitoring/aws"
version = "1.4.0"
}
plain text: /constructs/tfmod-dnxlabs-db-monitoring-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-db-monitoring ![Lint Status](https://github.com/DNXLabs/terraform-aws-db-monitoring/actions) ![LICENSE](https://github.com/DNXLabs/terraform-aws-db-monitoring/blob/master/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 | Desc

Inputs (5)
NameTypeDescriptionDefault
instance_classstringRDS database instance class required
alarm_sns_topicsstringAlarm topics to create and alert on RDS instance metrics""
account_namestringName of the AWS account to identify the alarms""
event_categoriesstringA list of event categories for a SourceType that you want to subscribe to. See h"availability,deletion,failover,failure,
identifierstringRDS database instance identifier""
Resources (2)
aws_cloudwatch_metric_alarmaws_db_event_subscription
Details
FrameworkTerraform Module
LanguageHCL
Version1.4.0
Cloud AWS
★ Stars2
Forks8
Total downloads6.1k
Inputs5
Resources2
LicenseApache-2.0
NamespaceDNXLabs
Updated