I'm following this guide of creating aws environment. Now after I created my environment I want to ssh to the ec2.
What I need is to create private-public key pair, which I don't know how.
at the beginning of the guide, it tells:
Generate public key from private key
ssh-keygen -y -f ~/.ssh/pemfile/mumbai.pem
But how I create a mumbai.pem file on my host? Is there a command to download create this pem, or I need to download it from aws? I'm really new with aws, I hope this is not too obvious.