Demonstrates aws-automation through terraform
This aws-automation demo uses terraform to spin resources. Hence download terraform first and configure its executable path into your shells $PATH variable.
Whether you are on aws or not setup your aws environment to specify your access and secret keys. download awscli first and then run aws-configure
clone this repo to your working environment
Run this command
teraform plan
Ensure there are no errors
Then run
terraform apply
This will create the following
- vpc
- router
- internet gateway
- subnet
- ec2 instance [with docker installed]