160 likes | 415 Views
Amazon EC2. Part I: Launch Amazon EC2 instance. Part II: Connect to your EC2 Instance. demo. Connect from Unix/Linux/Mac. $ ssh -i /…path/FirstKey.pem ec2-user@ec2-107-22-67-203.compute-1.amazonaws.com.
E N D
Amazon EC2 Part I: Launch Amazon EC2 instance
Connect from Unix/Linux/Mac $ ssh -i /…path/FirstKey.pem ec2-user@ec2-107-22-67-203.compute-1.amazonaws.com
Connect EC2 Instance from Windows • On your computer, please download PuTTY ,PuTTYgen, and Psftp from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Convert the KeyPair associated with your instance from .pem file to .ppk file by using PuTTYgen 1. Load you .pem file 2. Save it as .ppk file
Then use PuTTY to ssh your EC2 instance Public DNS of your EC2 instance