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
preguntada hace 3 meses384 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 3 meses
profile picture
EXPERTO
revisado hace un mes
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
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas