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
ย