We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb72fe7 commit 1c689afCopy full SHA for 1c689af
terraform/cloudwatch.tf
@@ -3,8 +3,8 @@ data "aws_sns_topic" "alert" {
3
}
4
5
locals {
6
- approx_monthly_budget = 2200
7
- alert_every = 200
+ approx_monthly_budget = 3000
+ alert_every = 250
8
9
10
resource "aws_cloudwatch_metric_alarm" "resp_90ile_15m_too_slow" {
@@ -94,7 +94,6 @@ resource "aws_cloudwatch_metric_alarm" "cloudfront_high_5xx" {
94
return_data = true
95
96
97
-
98
metric_query {
99
id = "error_rate"
100
metric {
0 commit comments