help-privateKey.html 524 B

123456789101112
  1. <div>
  2. Paste the RSA private key of the EC2 key pair. If you are new to EC2
  3. and have no idea what this is, you can just generate one (if you do so,
  4. you should save the key into a text file, as you will need it if you
  5. want to login to the EC2 instances via ssh.)
  6. <p>
  7. An RSA private key for EC2 is a text
  8. that starts with "-----BEGIN RSA PRIVATE KEY-----". You normally
  9. generate it via using either the AWS Management Console, the "ec2-add-keypair" tool or a GUI tool
  10. like ElastiFox.
  11. </div>