openvpn-cfn
openvpn-cfn copied to clipboard
Roll your own Amazon Linux 2 OpenVPN with AWS CloudFormation (w/ Dynamically Discovered Latest AMI Id via Parameter Store)
It would be ideal if there was tooling around EC2-instance-level updating, at least for a minimum of security updates. Something like the [AWS Systems Manager Patch Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-patch.html) seems like overkill....
It would be ideal if the certificates generated by a first-time deployment were stored somewhere, in either S3 or Parameter Store w/ AWS KMS. AWS did a blog post with...