name_prefix |
Prefix for CloudWatch alarms names |
string |
"" |
no |
db_instance_name |
RDS Instance Name alarms will be created for |
string |
n/a |
yes |
db_instance_class |
RDS Instance Class for CloudWatch alarms names |
string |
n/a |
yes |
sns_topic_arns |
SNS Topic ARNs attached to CloudWatch alarms |
list(string) |
n/a |
yes |
evaluation_periods |
Evaluation period over which to use when triggering alarms |
number |
5 |
no |
statistics_period |
Number of seconds that make each statistic period |
number |
60 |
no |
enable_cpu_utilization_alarms |
Create CPU Utilization alarms |
bool |
true |
no |
enable_cpu_credit_balance_alarms |
Create CPU Credit Balance alarms |
bool |
true |
no |
enable_read_iops_alarms |
Create Read IOPS alarms |
bool |
true |
no |
enable_burst_balance_alarms |
Create Burst Balance alarms |
bool |
true |
no |
enable_disk_queue_depth_alarms |
Create Disk Queue Depth alarms |
bool |
true |
no |
enable_disk_free_storage_space_alarms |
Create Disk Free Storage Space alarms |
bool |
true |
no |
enable_freeable_memory_alarms |
Create Freeable Memory alarms |
bool |
true |
no |
enable_memory_swap_usage_alarms |
Create Swap Usage alarms |
bool |
true |
no |
enable_db_connections_alarms |
Create Database Connections alarms |
bool |
true |
no |
cpu_utilization_too_high_threshold |
The maximum percentage of CPU utilization |
number |
80 |
no |
cpu_credit_balance_too_low_threshold |
The minimum number of CPU credits (t2 instances only) available |
number |
50 |
no |
read_iops_too_high_threshold |
The number of IOPS is meant to be suspicious |
number |
100 |
no |
burst_balance_too_low_threshold |
The minimum percent of General Purpose SSD (gp2) burst-bucket I/O credits available |
number |
90 |
no |
disk_queue_depth_too_high_threshold |
The maximum number of outstanding IOs (read/write requests) waiting to access the disk |
number |
64 |
no |
disk_free_storage_space_threshold |
The minimum amount of available storage space in Megabytes |
number |
2000 |
no |
freeable_memory_too_low_threshold |
The minimum amount of available random access memory in Megabytes |
number |
100 |
no |
memory_swap_usage_too_high_threshold |
The maximum amount of swap space used on the DB instance in Megabytes |
number |
256 |
no |
db_connections_limit_threshold |
The maximum percent of connections connected to the DB instance |
number |
80 |
no |