How to restore crash or down AWS EC2 data backup

13+ Years of experienced as Full Stack Developer. Also worked as architect for building solutions and product to help for automation. Solution-oriented and hands-on technical utility player. Having experience of more than 4 years of experience in E commerce and finance in each domain. Experience in having driving business automation, marketing using technology. Strong follower of open source technology. Used PHP, Python, AWS and Angular as technology stack to build product
Here are the steps for restoring data from aws ec2:
- First stop ec2 instance
- detach volume attached to that ec2 instance
- launch new ec2 or used any existing ec2 running instance
- attached same volume to new ec2
- login to new ec2 instance
- mound old volume in new ec2 using command, so it will behave like external HDD
Hurry 🍻 now you can get data from that volume (all code and database also) command to run :
sudo fdisk -l
mount /dev/sdb1 /media/newhd





