How to import key pair into us west 2 region - CRBS/cdeep3m GitHub Wiki
This page provides instructions on how to import an ssh key as a keypair via the AWS console.
Step 1 Login to AWS
A. Click here to log into AWS console for oregon aka us-west-2 region.
keypair
Step 2 ImportA. From the EC2 keypair page click Import Key Pair as seen circled in red below:
NOTE: The red arrow points to the region which should be set, by the link in Step 1, to Oregon.
B. In the Import Key Pair dialog click Choose File button circled in red below:
C. Select public ssh key in File dialog
-
If coming from Tutorial 2 and you used instructions to generate ssh key via Cygwin then navigate to c:\cygwin\home\<YOUR USERNAME>\.ssh and select id_rsa.pub in File dialog as seen below:
-
If coming else where click here for instructions
D. Set name of key (pointed to by red arrow), names must be unique and click Import button circled in red below:
E. If import is successful the keypair will be visible on the EC2 keypair page as seen below:
End
Congratulations on adding a keypair!!!