Skip to content

Examples of automated deployment of cloud servers

Notifications You must be signed in to change notification settings

snsinfu/vps-tryouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of automated deployment of cloud servers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published