1 / 10

Amazon EC2

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.

keanu
Download Presentation

Amazon EC2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Amazon EC2 Part I: Launch Amazon EC2 instance

  2. Part II: Connect to your EC2 Instance

  3. demo

  4. Connect from Unix/Linux/Mac $ ssh -i /…path/FirstKey.pem ec2-user@ec2-107-22-67-203.compute-1.amazonaws.com

  5. 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

  6. 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

  7. Then use PuTTY to ssh your EC2 instance Public DNS of your EC2 instance

  8. Load the .ppk file

  9. You can save your configuration for next use

  10. Login as ec2-user

More Related