From 3d548297fea554b32e67e700ce4cf855c3b7f661 Mon Sep 17 00:00:00 2001 From: "S. X. Liang" <60531983+Scottpedia@users.noreply.github.com> Date: Sun, 23 Aug 2020 19:26:55 -0400 Subject: [PATCH 1/2] Update cloudformation-template-ipsec remove cfn-signal section --- aws/cloudformation-template-ipsec | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/aws/cloudformation-template-ipsec b/aws/cloudformation-template-ipsec index 71038ba..623d928 100644 --- a/aws/cloudformation-template-ipsec +++ b/aws/cloudformation-template-ipsec @@ -343,28 +343,7 @@ }, "'\n", "sleep 60\n", - "wget https://git.io/vpnsetup -O vpnsetup.sh && sh vpnsetup.sh &&\n", - "/usr/local/bin/cfn-signal", - " --stack ", - { - "Ref": "AWS::StackName" - }, - " --resource VpnInstance", - " --region ", - { - "Ref": "AWS::Region" - }, - " ||\n", - "/usr/local/bin/cfn-signal -s false", - " --stack ", - { - "Ref": "AWS::StackName" - }, - " --resource VpnInstance ", - " --region ", - { - "Ref": "AWS::Region" - } + "wget https://git.io/vpnsetup -O vpnsetup.sh && sh vpnsetup.sh\n" ] ] } 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 2/2] 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",