The blog about containerisation, virtual machines and useful shell snippets and findings

Bulk delete snapshots from Amazon Web Services

aws ec2 describe-snapshots --output text --query 'Snapshots[*].{ID:SnapshotId}' | xargs aws ec2 delete-snapshot --snapshot-id=