Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

dmathieu/byovpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "you@example.com"

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

About

Bring your own VPN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published