dsnap
A tool for enumerating and downloading EBS snapshots
Install
# with apt package manager
sudo apt install python3-dsnap
# with pipx
pipx install dnsap Enumerating Snapshots
# list all snapshots available in an account you have valid credentials for
dsnap --profile <profileName> --region <awsRegion> list
Id | Owneer ID | Description
snap-11111111111111111 123456789012 mysnapshotDownloading Snapshots
With Access to the AWS Account
Without Access to the AWS Account
Mounting the Snapshot for Local Inspection
Running the Snapshot in a Local Docker Container
Resources
Not found
Last updated