list-ec2-snapshots

Lists all EC2 EBS volume snapshots for all accounts

This command lists all EC2 volume snapshots associated with your EC2 accounts, including the original volume ID, creation time and creation state. By default it includes those from all accounts, but you can limit the display to just one with the optional --account flag (followed by an account number).

To switch to a more parsable and detailed output format, add the --multiline flag to the command line. To just get a list of snapshot IDs, use the --name-only flag.

Example usage

  cloudmin list-ec2-snapshots
  Snapshot ID     Volume ID       Status     Progress   Account
  --------------- --------------- ---------- ---------- ------------
  snap-3a23c453   vol-8637d2ef    completed  100%       12345678

Command Line Help

Lists all EC2 EBS volume snapshots.

cloudmin list-ec2-snapshots [--multiline | --name-only]
                            [--account number]