##Using Terraform to quickly setup a testing env:
- use
ssh-keygen -t rsa -b 4096
to generate a key pair and update the public key path inmain.tf
- add access & secret keys if they're not already set as env variables
- login using
ssh -i "path_to_private_key" ec2-user@<public-ip>