Deploy to AWS with T.A.D.S., fully automated!

by thomvaill
GNU/Linux â—† xterm-256color â—† zsh 1716 views

Once everything runs fine locally, you can push your infrastructure and your stacks to AWS (or to any other Terraform supported cloud provider), in just 3 commands!

  • ./tads terraform init
  • ./tads terraform apply
  • ./tads ansible-playbook production all

https://github.com/Thomvaill/tads-boilerplate

PS: we could not show the step where we link our Route53 record to the ELB. Referer to README.md for more information.