To use SSH to connect to your instance, use the downloaded keypair file.

Procedure

  1. Copy the IP address for your instance.
  2. Use the ssh command to make a secure connection to the instance.
    For example:
    $ ssh -i MyKey.pem [email protected]
  3. At the prompt, enter yes.