Skip to content

Commit

Permalink
Update main.tf (#277)
Browse files Browse the repository at this point in the history
Description did not accurately describe the alarm.
  • Loading branch information
tonyhess authored Sep 16, 2024
1 parent b19ca92 commit e9c1eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/managed-prometheus-monitoring/billing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e9c1eb8

Please sign in to comment.