-
Notifications
You must be signed in to change notification settings - Fork 35
Cloud Computing
Jinho D. Choi edited this page Feb 26, 2018
·
2 revisions
- Login to your AWS account.
- Click the
Launch Instancebutton on theInstancespage. - Choose the instance type of
Ubuntu Server 16.04 LTS (HVM). - Choose the
t2.micromachine that is free-tier eligible. This instance type can be reconfigured later on. - Click the
Review and Launchbutton. - When you click the
Launchbutton, it will ask you to choose a key pair. Create a new key pair (*.pem) and save it to your local machine. You will not be able download this key pair again so make sure where you save it. DO NOT UPLOAD THIS IN ANY PUBLIC DOMAIN. Anyone with this key pair will be able to give serious damages to your AWS account.
- Go to the
Instancespage. - Select the instance you just created.
- Click the
Connectbutton and copy thesshcommand at the bottom. It should look something like the following:ssh -i "jdchoi.pem" ubuntu@ec2-xx-xxx-xx-x.compute-1.amazonaws.com - Open a terminal and go to the directory where your key pair is saved. Enter the
sshcommand you just copied on the terminal.cd /Users/jdchoi/workspace ssh -i jdchoi.pem ubuntu@ec2-xx-xxx-xx-x.compute-1.amazonaws.com - Say
yesfor the connection (this appears only for the first time).Are you sure you want to continue connecting (yes/no)? yes - If you see a welcome promp
Copyright © 2018 Emory University - All Rights Reserved.
