Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How can you recover/login to an EC2 instance for which you have lost the key?
Home
AWS
How can you recover/login to an EC2 instance for which you have lost the key?
0
votes
asked
Jul 4, 2022
in
AWS
by
john ganales
How can you recover/login to an EC2 instance for which you have lost the key?
lost-key
recover-password
aws
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 4, 2022
by
john ganales
Follow the steps provided below to recover an EC2 instance if you have lost the key:
Verify that the EC2Config service is running
Detach the root volume for the instance
Attach the volume to a temporary instance
Modify the configuration file
Restart the original instance
...