Header image Unix Shell Session Setup

Unix Shell Session Setup

01 Sep 2016

Next Steps

We will do the following steps in our first session, but feel free to go ahead on your own if you would like. There are comprehensive walkthroughs, help and answers to FAQs in the AWS documentation so you should be able to clarify anything that is unclear here:

Launch an EC2 instance

ssh -i <your ssh key file> ubuntu@<public IP address of instance>

for example:

ssh -i adams-key.pem ubuntu@52.34.56.92