Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 922 Bytes

aws-web-deploy

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.

Dependencies

Build

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.