Skip to content

Commit 28a2958

Browse files
committed
eli-285 - disabling action on API calls as our internal security are triggering this
1 parent 0aa1cce commit 28a2958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/stacks/api-layer/cloudwatch_alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88
period = 300
99
statistic = "Sum"
1010
alarm_description = "Unauthorized API calls detected - immediate alert on any occurrence"
11-
actions_enabled = true
11+
actions_enabled = false # Disabling as cloudhealth role is triggering this alarm
1212
}
1313
ConsoleAuthenticationFailures = {
1414
threshold = 3

0 commit comments

Comments
 (0)