How to reset the Forgotten root password in AWS-EC2 Instance

How to reset the Forgotten root password in AWS-EC2 Instance


It is often found challenging or sometimes difficult to reset the forgotten root password in the AWS system. Administrators, and analysts have their task cut out already with deployments or overseeing smooth running of IT systems. The password reset methods in the AWS system is bit difficult and professionals find it time consuming to address this challenge.

Here are the steps to resolve it:

1. Power Off the instance (Example project Server)

2. Note the Ebs Volume info (dev/sda1), and detach the volume from server.

3. Create a new instance (Dummy Instance) with minimal configuration, it must be a same region as example project Server.

4. Attach the Example project Root volume to New instance (Dummy Instance),

5. Login to Dummy Instance,

6. Check the volumes using following command

💻 lsblk

7. Mount the Example project root volume to the Dummy Instance,

💻 Create directory : mkdir /mnt
💻 mount the volume : mount /dev/sda /mnt

 reset forgotten root password in AWS-EC2 Instance?

8. Create the new user in dummy instance and set the password.

💻 Create a new user : useradd Sennovate
💻 Set Password for the new user: passwd Sennovate 🚨(Note down the Password)

 reset forgotten root password in AWS-EC2 Instance?

9. Get the sennovate user encryption password from  /etc/shadows.

(Like: $1$iJjm1IwS$0HA2.5f8d6Cpq6XQTv5KU.:17780:0:99999:7:::)

💻 cat /etc/shadow

 reset forgotten root password in AWS-EC2 Instance?

10. Go to the mount location and open the shadows file,

💻  cd ~

💻 cd /etc/

💻 sudo vi shadow

then change the encryption value to Example project user.($1$iJjm1IwS$0HA2.5f8d6Cpq6XQTv5KU.:17780:0:99999:7:::)

 reset forgotten root password in AWS-EC2 Instance?

11. After changing the value just un-mount the volume from Dummy Instance.

💻 To un-mount: un-mount /dev/sda

 reset forgotten root password in AWS-EC2 Instance?

12. Detach the volume from dummy server and attach to Example project server

13. Now you can login to the instance as usual.

No worries if you lost the root password. By implementing the above procedure, it’s just a walk in the park where you can easily reset a lost or forgotten root password in AWS EC instance.

 

Having any doubts or want to have a call with us to know more about AWS and IAM?

Contact us right now by clicking here Sennovate’s AWS Experts will explain everything

on call in detail.

You can also write a mail to us at [email protected] or call us on +1 (925) 918-6618.

 

About Sennovate

Sennovate delivers custom identity and access management solutions to businesses around the world. With global partners and a library of 1000+ integrations, we implement world-class cybersecurity solutions that save your company time and money. We offer a seamless experience with integration across all cloud applications, and a single price for product, implementation, and support. Have questions? The consultation is always free. Email [email protected] or call us at: +1 (925) 918-6618.