Skip to content

Instantly share code, notes, and snippets.

View rjackson-dev-ops's full-sized avatar

Robert Jackson rjackson-dev-ops

View GitHub Profile

Proxy Instance Keypairs

This document describes AWS keypair creattion and validation from the command line.

Creating the Key Pair from the command line

  • This creates the keypair file in pem format that will allow you ssh into an EC2 instance.
aws ec2 create-key-pair --key-name test-key \