aws-samples / vpn-gateway-strongswan

AWS CloudFormation template to deploy the open source strongSwan VPN solution to act as a VPN gateway in support of site-to-site VPN connections.
Apache License 2.0
68 stars 37 forks source link

Failure during cfn-init via EC2 UserData does not cause stack creation to fail immediately #22

Closed ckamps closed 3 years ago

ckamps commented 3 years ago

When a command or script during execution of cfn-init during first boot of the EC2 instance fails, the subsequent invocation of cfn-signal to inform CloudFormation is not occurring. Consequently, upon such failures, CloudFormation stack creation continues until the overall timeout expires.

ckamps commented 3 years ago

Fixed