All Projects → dmathieu → Byovpn

dmathieu / Byovpn

Licence: mit
Bring your own VPN

Programming Languages

shell
77523 projects

Bring your own VPN

Terraform script to boot a VPN on EC2 for ephemeral use.

Setup

You need a local SSH key to connect to the instance.

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Usage

Boot the VPN:

terraform apply

Note: you may want to store the config variables in a terraform.tfvars file to avoid having to type them every time.

Stop the VPN:

terraform destroy

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].