Can I download unattached EBS volume to my local computer?

0

I want to download EBS volume which isn't attached to any VM. It is purpose for mounting it to my local Linux. Is it possible and how to? I only found the AWS service which physically deliver the storage. https://aws.amazon.com/snowball/

Junji
已提问 3 个月前383 查看次数
2 回答
0

Yes, it is possible to download an unattached Amazon EBS volume to your local computer, but it requires a multi-step process involving creating a snapshot of the EBS volume and then copying that snapshot to your local system.

Create a Snapshot: First, create a snapshot of the unattached EBS volume using the AWS Management Console, AWS CLI, or AWS SDKs. Snapshots are point-in-time backups of EBS volumes and serve as the basis for creating new volumes. Export Snapshot to S3: Once the snapshot is created, you can export it to Amazon S3 using the AWS CLI or SDKs. This step makes the snapshot data available for download from S3. Download Snapshot from S3: After exporting the snapshot to S3, you can download the snapshot file(s) to your local computer using tools like the AWS CLI, AWS SDKs, or third-party S3 client applications. Restore Snapshot Locally: Once the snapshot is downloaded to your local system, you can use tools like the AWS CLI or third-party utilities to restore the snapshot to a local disk or mount it as a volume on your local Linux system.

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
专家
已回答 3 个月前
profile picture
专家
已审核 1 个月前
0

If you are looking for data in your unattached volume, you can follow this link. With EBS you cannot export volume snapshots to your S3 bucket.

AWS
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则