Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 433 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 433 Bytes

VPS tryouts

Amazon EC2

Set credentials in ~/.aws/credentials:

[default]
aws_access_key_id = ...
aws_secret_access_key = ...

And run these commands:

cd amazon
make
make ssh
make clean

Hetzner Cloud

Set these environment variables:

  • HCLOUD_TOKEN
  • TF_VAR_location (optional)
  • TF_VAR_type (optional)
  • TF_VAR_os (optional)

And run these commands:

cd hetzner
make
make ssh
make clean