I just reinstalled my machine and forgot to backup my ec2 .pem file... Is there any way to download this again from amazon? I can't find it anywhere.

link|improve this question

67% accept rate
feedback

2 Answers

up vote 5 down vote accepted

It is my belief that for security reasons you are not allowed to do that. My guess is they probably don't keep the private key on their side either they just generate it, get the public key and save it and then allow you to download the private key.

So... bottom line is... No, you cannot download it again. Your only option is to create a new key-pair and start your instances again using this new one instead.

Hope this helps.

link|improve this answer
Not that big of a deal, I just attached that ebs volume to a new instance and copied the files off of it. Thanks. – dan Aug 18 '10 at 21:56
feedback

It's your private key and used to authenticate you to the server. You've effectively lost your password...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.