We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19ca92 commit e9c1eb8Copy full SHA for e9c1eb8
modules/managed-prometheus-monitoring/billing/main.tf
@@ -3,7 +3,7 @@ resource "aws_cloudwatch_metric_alarm" "amp_billing_anomaly_detection" {
3
comparison_operator = "GreaterThanUpperThreshold"
4
evaluation_periods = "2"
5
threshold_metric_id = "e1"
6
- alarm_description = "This metric monitors ec2 cpu utilization"
+ alarm_description = "This monitors AMP charges and alarms on anomaly detection"
7
insufficient_data_actions = []
8
9
metric_query {
0 commit comments