I just provisioned a new EC2 Linux AMI instance and in the process it allowed me to generate a key-pair (with no passphrase) and I have downloaded the pem.
If I have to login into the EC2 instance, I was using ssh -i <my.pem> my-ec2-instance, but its asking for a passphrase which I never created in the first place. How do I access the EC2 instance now?