A tool to manage your Parsec AWS instance. It provisions an AWS GPU instance (g3s.xlarge) with the Parsec AMI at a Spot price. At the moment, only 4 AWS regions are supported: eu-west-1, eu-central-1,us-west-1, us-east-1.
Handy for rainy weekends.
- AWS CLI
- Terraform
If you are on OS X and use Homebrew, just brew install awscli terraform
Make sure your AWS CLI is set up with your credentials.
You will also need the server_key from Parsec. Go to the Add your own gaming computer page and "click here to see extra steps".
- Initialise AWS resources for your instance:
./canape.sh build eu-west-1 0.20 server_key - Start it:
./canape.sh start - When you are done playing, terminate the instance:
./canape.sh stop - Destroy all config and AWS resources:
./canape.sh destroy