chore(infra): increase cloudwatch elb alarm limit to 10 (#5407)

This commit is contained in:
Matti Nannt
2025-04-17 15:41:13 +09:00
committed by GitHub
parent d2f7485098
commit 5b9bf3ff43

View File

@@ -47,7 +47,7 @@ locals {
alarm_description = "Average API 5XX load balancer error code count is too high"
comparison_operator = "GreaterThanThreshold"
evaluation_periods = 5
threshold = 5
threshold = 10
period = 600
unit = "Count"
namespace = "AWS/ApplicationELB"