mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-09 08:09:46 -06:00
chore(infra): increase cloudwatch elb alarm limit to 10 (#5407)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user