To use SSH to connect to your instance, you use the downloaded keypair file.
Note | |
---|---|
The user name is |
Copy the IP address for your instance.
Use the ssh command to make a secure connection to the instance. For example:
$ ssh -i MyKey.pem [email protected]
At the prompt, type
yes
.