From fd773c80f790ba4332158ce8f6c7ebda23921adc Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Mon, 22 Oct 2018 10:02:58 +1100 Subject: [PATCH] Increase SSM commands timeout for offline events. --- .../ssm-commands/AEM-OfflineCompactionSnapshotConsolidated.yaml | 2 +- .../ssm-commands/AEM-OfflineSnapshotConsolidated.yaml | 2 +- .../ssm-commands/AEM-OfflineSnapshotFullset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineCompactionSnapshotConsolidated.yaml b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineCompactionSnapshotConsolidated.yaml index 874d0557..ec3c92e4 100644 --- a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineCompactionSnapshotConsolidated.yaml +++ b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineCompactionSnapshotConsolidated.yaml @@ -10,7 +10,7 @@ parameters: hours). type: String allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800) - default: '7200' + default: '18000' logDir: description: >- (Optional) Path to the log directory to store the command output. diff --git a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotConsolidated.yaml b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotConsolidated.yaml index 4e7e5486..a96e003f 100644 --- a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotConsolidated.yaml +++ b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotConsolidated.yaml @@ -10,7 +10,7 @@ parameters: hours). type: String allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800) - default: '3600' + default: '7200' logDir: description: >- (Optional) Path to the log directory to store the command output. diff --git a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotFullset.yaml b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotFullset.yaml index 4e7e5486..a96e003f 100644 --- a/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotFullset.yaml +++ b/cloudformation/apps/aem-stack-manager/ssm-commands/AEM-OfflineSnapshotFullset.yaml @@ -10,7 +10,7 @@ parameters: hours). type: String allowedPattern: ([1-9][0-9]{0,3})|(1[0-9]{1,4})|(2[0-7][0-9]{1,3})|(28[0-7][0-9]{1,2})|(28800) - default: '3600' + default: '7200' logDir: description: >- (Optional) Path to the log directory to store the command output.