ec2-describe-snapshots From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-describe-snapshotsSyntax ec2-describe-snapshots [snapshot_id ...] Description Describes the status of one or more snapshots. If no snapshots are specified, Amazon EBS returns information on all snapshots owned by you. OptionsOptionDescriptionRequiredsnapshot_idThe IDs of the snapshots owned by you. If no snapshots are specified, Amazon EBS returns all snapshots owned by you. Example: snap-78a54011 NoOutput Amazon EBS returns a table that contains the following information: SNAPSHOT identifierID of the snapshotID of the volumeSnapshot state (e.g., pending, completed)Time stamp when the snapshot request was initiatedPercentage of completion Amazon EBS displays errors on stderr. ExampleThis example describes snapshot snap-78a54011.PROMPT> ec2-describe-snapshots snap-78a54011 SNAPSHOT snap-78a54011 vol-4d826724 pending 2008-02-15T09:03:58+0000 60%Related Topics ec2-create-snapshot ec2-delete-snapshot previous page start next page