- Install Terraform from https://www.terraform.io/
- Set AWS credentials as the environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
- cd into the folder which you want to play with.
- Run terraform init.
- Run terraform apply.
- Once Terraform is sucessfully deployed it will output IP you can try out in browser.
- Don't forget to run destroy command once you're done playing, terraform destroy.