Steps to perform single file recovery from ec2 instance backup

0

I deleted one file in EC2 instance but backup we have AWS backup in place for that EC2 instance, please let me know the steps to perform the restore of that single file alone on that EC2 instance on same directory

질문됨 한 달 전72회 조회
1개 답변
1

Hello.

Create a volume from the snapshot taken with AWS Backup and mount it on EC2.
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-creating-volume.html#ebs-create-volume-from-snapshot
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-attaching-volume.html

Once you mount the EBS volume restored from the snapshot on EC2, you can restore the file by copying the data.
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-using-volumes.html

The flow of steps is as described in the document below.
https://docs.aws.amazon.com/prescriptive-guidance/latest/backup-recovery/restore.html

  1. First, restore the volume from the EBS snapshot that contains the files or directories.
  2. Attach the volume to the EC2 instance to which you want to restore the files.
  3. Copy the files from the restored volume to your EC2 instance volume.
  4. Detach and delete the restored volume.
profile picture
전문가
답변함 한 달 전
profile pictureAWS
전문가
iBehr
검토됨 한 달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠