ssh-keygen [-t {TYPEOFKEY}] This is required as this key is necessary to upload some files to the gateway machine
aws_access_key aws_secret_key aws_region (optional) ssh_key_name (optional) ssh_key_public_path (path to previously generated public key) ssh_key_private_path (path to previously generated private key) sudo apt get install terraform terraform init (in the correct folder) terraform apply ssh -i {private SSH key} ubuntu@{public IP address} sudo wg-quick up ~/wg0.conf