aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
Jin 2020-04-11T03:58:14.093400Z

I have some urgent problem I created new instance (ubuntu ) on AWS ec2 and I forgot the .pem file is there any way to access on this current instance?

2020-04-11T04:11:10.093800Z

"Amazon EC2 doesn't keep a copy of your private key; therefore, if you lose a private key, there is no way to recover it." https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html

include 2020-04-11T09:03:04.097800Z

^ 1) stop instance, create a snapshot, from snapshot create a volume. 2) create new key, create new instance with that key, attach and mount new volume using the volume created above.

👍 1
1
😁 1