How to connect to AWS EC2 instance if lost SSH key pair

0

Hi,

Lost SSH private key to access production web server. After google result, I tried to follow two method with the following link at https://aws.amazon.com/premiumsupport/knowledge-center/user-data-replace-key-pair-ec2/

But both method 1 and 2 not work at all. Could you please help to figure out?

Method 1: Enter user-data. After config completed, using SSH and server refused the public key Method 2: Use AWS Systems Manager. Unable to find runbook called AWSSupport-ResetAccess in Automation runbook

Roy

  • If you don't have constraints about turning off the instance, i would suggest that you create an image from the instance, and then create the instance from the image

已提問 1 年前檢視次數 1029 次
3 個答案
1
已接受的答案

You can find step-by-step instructions in the EC2 User Guide under the Troubleshooting topic "I've lost my private key. How can I connect to my Linux instance?". https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html#replacing-lost-key-pair

AWS
已回答 1 年前
1

Another method is to stop the instance; then mount the instance volume on another instance (you only have to run the second instance temporarily); replace the key file; then restart the first instance.

Here are some instructions - note that this is an external link; the content isn't produced by AWS: https://www.cloudtechtiq.com/blog/how-to-recover-key-file-aws-instance

profile pictureAWS
專家
已回答 1 年前
0

Which AMI are you using?

profile picture
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南