Skip to content

Latest commit

 

History

History

infra

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
  • 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"