From 7787c7565d1ee38a3ea21fa61ae695842e553ab3 Mon Sep 17 00:00:00 2001 From: Tony Hess <119611347+tonyhess@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:46:50 -0500 Subject: [PATCH] Update main.tf Description did not accurately describe the alarm. --- modules/managed-prometheus-monitoring/billing/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/managed-prometheus-monitoring/billing/main.tf b/modules/managed-prometheus-monitoring/billing/main.tf index c3515801..0f6317ca 100644 --- a/modules/managed-prometheus-monitoring/billing/main.tf +++ b/modules/managed-prometheus-monitoring/billing/main.tf @@ -3,7 +3,7 @@ resource "aws_cloudwatch_metric_alarm" "amp_billing_anomaly_detection" { comparison_operator = "GreaterThanUpperThreshold" evaluation_periods = "2" threshold_metric_id = "e1" - alarm_description = "This metric monitors ec2 cpu utilization" + alarm_description = "This monitors AMP charges and alarms on anomaly detection" insufficient_data_actions = [] metric_query {