A simple Terraform template and automation tool to build a Parsec Server inside a VPC in AWS in the least expensive availability zone.
This uses a modified Parsec AMI with Steam pre-installed for quick setup. Default password: @w3some.
Only tested on OSX.
- Clone this repo.
- Install Terraform.
- Ensure you have aws and jq installed.
- Run
./bin/parsecadm plan <aws region> <parsec authcode>
from the root of the repo to see the plan of resources that will be provisioned. - Run
./bin/parsecadm apply <aws region> <parsec authcode>
from the room of the repo to build your Parsec server. - Run
./bin/parsecadm destroy
to remove all resources`.