Skip to content

gniquyij/huz-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

huz-cloud

Scripts to setup huz in cloud.

aws

# Get huz-cloud
git clone https://github.com/vjyq/huz-cloud.git

# Install terraform
brew install terraform

# Configure aws cli
# https://docs.amazonaws.cn/en_us/cli/latest/userguide/cli-chap-configure.html

cd ./infrastructure
terraform init
terraform plan # to see what is going to happen. If, as expected,
terraform apply

# Destroy everything?
terraform destroy

Author

yuqing.ji@outlook.com

Releases

No releases published

Packages

No packages published