From e9c1eb87e29597ba647556f80c0347c4750f4946 Mon Sep 17 00:00:00 2001 From: Tony Hess <119611347+tonyhess@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:37:52 -0500 Subject: [PATCH] Update main.tf (#277) 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 {