Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 434 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 434 Bytes
  • Make a aws account
  • Install aws-cli and configure it.
  aws configure
  • Install terraform
  brew install terraform
  • Verify that aws-cli is ok
aws sts get-caller-identity
  • Init terraform
terraform init -backend-config='bucket=CHANGE_THIS' -backend-config='region=CHOOSE_SOME'
  • Deploy all resources on aws
terraform apply -var 's3_prefix=REPLACE_FOR_YOUR_OWN_PREFIX"