Access a Workshop Instance

In the previous section we have created a workdir. After you have provisioned a workshop you will find a new folder inside that folder named like your prefix. In here you will find a set of numbered folders containing the ssh keys and a little readme.txt with the IP and DNS of the ec2 instance.

workdir/
 ├── helloworld
 │   ├── 0
 │   │   ├── access
 │   │   ├── access.pub
 │   │   └── readme.txt
 │   └── hosts
 └── variables.tfvars

To access the first VM of our helloworld prefixed VM via ssh run

ssh centos@IP -I workdir/helloworld/0/access