From daf58fade86a8c37ca31a51a632d5297f679bbb6 Mon Sep 17 00:00:00 2001 From: Radha Kotyankar <67971226+Rkotyank@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:40:30 +0100 Subject: [PATCH] Revert "IPS-2209 Fix" --- deploy/template.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/template.yaml b/deploy/template.yaml index 9e9b15a52..df14b031f 100644 --- a/deploy/template.yaml +++ b/deploy/template.yaml @@ -1852,9 +1852,9 @@ Resources: AlarmDescription: "Trigger an alarm when Fatal Error occurs" ActionsEnabled: true OKActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn AlarmActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn InsufficientDataActions: [] MetricName: FatalErrorMessage Namespace: !Sub "${AWS::StackName}/LogMessages" @@ -1875,9 +1875,9 @@ Resources: AlarmDescription: Trigger the alarm if less than 95% of requests has a latency of less than 1 second with a minimum of 25 invocations in 2 out of the last 5 minutes ActionsEnabled: true OKActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn AlarmActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn InsufficientDataActions: [] EvaluationPeriods: 5 DatapointsToAlarm: 2 @@ -1920,9 +1920,9 @@ Resources: AlarmDescription: Trigger the alarm if less than 99% of requests has a latency of less than 2.5 second with a minimum of 150 invocations in 2 out of the last 5 minutes ActionsEnabled: true OKActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn AlarmActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn InsufficientDataActions: [] EvaluationPeriods: 5 DatapointsToAlarm: 2 @@ -1965,7 +1965,7 @@ Resources: AlarmDescription: Trigger a warning if the running container task count drops below 2 ActionsEnabled: true AlarmActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn InsufficientDataActions: [] EvaluationPeriods: 1 DatapointsToAlarm: 1 @@ -1995,7 +1995,7 @@ Resources: AlarmDescription: Trigger a critical alert if the running container task count drops below 1 ActionsEnabled: true AlarmActions: - - !ImportValue di-ipv-core-notifications-WarningAlertsTopic + - !ImportValue build-notifications-WarningAlertsTopicArn InsufficientDataActions: [] EvaluationPeriods: 1 DatapointsToAlarm: 1