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

Ease process of mapping AWS VPN config file to CloudFormation input parameters #7

Open ckamps opened 4 years ago

ckamps commented 4 years ago

For example, provide a script to translate the AWS VPN configuration file to a standard CloudFormation parameter file and provide an example of using the CLI to create the stack.

CDK could be an even more effective means to accept the VPN config file as one of the inputs.

ckamps commented 4 years ago

This was partially addressed through the addition of several example CloudFormation JSON parameter files and a simple wrapper script to ease managing the data and creating stacks. See the README file for details.