- install Terraform and add it to your PATH
- clone this repository
- cd into this repository
- run
terraform init
- You can use credentials stored in ~/.aws/credentials on your local machine through aws cli
You should only need to run the following commands from this directory:
terraform plan
terraform apply
When you are done, simply run a destroy to clean up
terraform destroy