terraform-aws-rds-cloudwatch-sns-alarms icon indicating copy to clipboard operation
terraform-aws-rds-cloudwatch-sns-alarms copied to clipboard

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

Results 21 terraform-aws-rds-cloudwatch-sns-alarms issues
Sort by recently updated
recently updated
newest added

* Upgrades code to be terraform .12 compatible fixes #16 * Makes alarm names unique fixes #5 * __Breaking change__: requires sns topic param instead of creating one for the...

## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) * Use bullet points to be concise and to...

## what - changes focused on 2 areas: support both Instances and Clusters, formatting changes for v0.12. ## why * for formatting changes, made them as suggested by terraform command...

Using terraform 0.12.20, seeing this error which implies this file is not HCL2 compliant. ``` Error: Unsupported block type on .terraform/modules/rds_alarms/alarms.tf line 80, in resource "aws_cloudwatch_metric_alarm" "disk_queue_depth_too_high": 80: dimensions {...

HI! Thanks for the cool product! Btw, is there any plan to implement the way to disable selected alarms? For example, I want to disable `aws_cloudwatch_metric_alarm.burst_balance_too_low`. As far as I...

Would be awesome to monitor number of connections also, So you can get alerts before it hits the limit of the db instance.

A [breaking change](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#500-may-25-2023) was made in aws_db_instance 5.0.0, changing id to be the `dbi-resource-id` rather than database identifier. Updating example to use `identifier`

triage

## what Add `kms_master_key_id` variable to be set for the `aws_sns_topic` resource (default is `null`, usually set to `alias/aws/sns` for AWS managed AWS KMS for Amazon SNS). ## why To...

enhancement
needs-test

## Describe the Feature Support an RDS alarm on `OldestReplicationSlotLag`. Oldest Replication Slot Lag (MB): > The lagging size of the replica lagging the most in terms of write-ahead log...

## what Add `kms_master_key_id` variable to be set for the `aws_sns_topic` resource (default is `null`, usually set to `alias/aws/sns` for AWS managed AWS KMS for Amazon SNS). My second try...

triage