4.5-Creating an AWS Key Pair

First contact with AWS EC2 Console

Let's head over to the EC2 Console (EC2 is in the Compute section); I highlighted the different sections that we'll use in the future :

Creating our Key Pair

An AWS key pair (public+private key) is mandatory to access a virtual server and must exist or be created at launch time.

If you don't intend to interactively connect to your server, you will not use it, but it has to be created nevertheless, so let's first check we are still in our AWS Region of choice...

Then use "Key Pairs", and click the tempting "Create Key Pair" button, which gives :

Enter a Key pair name of your choice as above and click "Create"...

AWS will generate a public+private key pair for you, and your web browser should automatically download the file to your machine :

Lets move it from our Downloads folder to somewhere we have a chance to find it in the future !...

I'll store it in my T:\fg-ovpn\MY-FG-OVPN folder :

We are not planning to use it, but if needed, it's safely stored here !

Last updated