Key pairs

Key pairs are a crucial part of securing your instances. They consist of a public key that AWS stores and a private key file that you store. The private key file is used to SSH into your instances securely.

Use the following steps to create a keypair

Navigate to the Key pairs page on the Amazon EC2 console.

Key pair aws

Click on Create key pair

Provide a unique name for your key pair, such as: MetagraphKeyPair

Your screen should now look similar to this:

Key pair aws

After you click Create key pair, a new key pair will be generated, and your browser will automatically download a file that contains your private key.

Last updated

Was this helpful?