This is an ansible playbook that launches a wireguard vpn server in the amazon cloud.
Created by Stefan Maerkle `<stefan at abgruen dot de>`
## Optimized for minimized costs
It is optimized to minimize aws costs:
- uses arm64 graviton instances (cheaper than amd64)
- uses spot instance (cheaper than on demand)
- uses t4g.nano with 512MB (smallest/cheapest instance type)
- uses Debian 10 arm64 ami
## What does it do?
It installs a debian server (arm64) and wireguard on it. It configures wireguard with as much clients as you need and provides the client profiles you need to get your wireguard clients running.