From c11572c7e8bcebc09640503d7214b6f652e6ade1 Mon Sep 17 00:00:00 2001 From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com> Date: Sun, 23 Aug 2020 19:27:58 -0400 Subject: [PATCH] Update cloudformation-template-ipsec remove timeout option --- aws/cloudformation-template-ipsec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/aws/cloudformation-template-ipsec b/aws/cloudformation-template-ipsec index 623d928..200246a 100644 --- a/aws/cloudformation-template-ipsec +++ b/aws/cloudformation-template-ipsec @@ -389,12 +389,7 @@ "KeyPairCreation", "AMIInfoFunction", "VpnSecurityGroup" - ], - "CreationPolicy": { - "ResourceSignal": { - "Timeout": "PT5M" - } - } + ] }, "VpnSecurityGroup": { "Type": "AWS::EC2::SecurityGroup",