dsnap

A tool for enumerating and downloading EBS snapshots

Install

Other options exist, see the GitHub link in the resources

sudo apt install python3-dsnap

Enumerating Snapshots

You need the AWS action ebs:ListSnapshotBlocks

dsnap --profile <profileName> --region <awsRegion> list

           Id          |   Owneer ID   | Description
snap-11111111111111111   123456789012    mysnapshot

Downloading Snapshots

You need the AWS action ebs:GetSnapshotBlock

dsnap --profile <profileName --region <awsRegion> get snap-11111111111111111

Selected snapshot with id snap-11111111111111111
Output Path: /home/kali/tmp/snap-11111111111111111.img
Truncating file to 8.0 GB

Resources

Last updated