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

Enhance cfn-init to support stack updates #3

Open ckamps opened 4 years ago

ckamps commented 4 years ago

As a user, I need the stack to support updating parameter values that impact the cfn-init configuration process so that I can reconfigure the VPN connection without needing to delete and recreate the stack.

For example, when one of the PSK or client private key passphrase values is incorrect and you need to update it.