Snapshot an EBS volume.
Section: EBS Volumes and Snapshots
Create a snapshot
bash
bash
aws ec2 create-snapshot --volume-id vol-0123456789abcdef0 --description 'nightly backup'Explanation
Snapshots can be used for backup, restore, and AMI workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing EBS Volumes and Snapshots