Batteries-included template to deploy web servers on AWS. Leverages Terraform and Ansible to provision and configure the infrastructure. Deploys an Nginx web server on EC2, also configuring the DNS server with Route53, SSH key access, and HTTPS.
The build process is divided between the provision step and the configuration step, described in the terraform and ansible folders respectively. Go to these folders and follow the instructions.