This section describes how to view snapshots that you created.
When the snapshot is complete, its status will change to completed and the percentage will change to 100%.
completed
100%
To describe snapshots
If you are using SOAP, construct the following request:
<DescribeSnapshots xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <snapshotId>snapshot-id</snapshotId> </DescribeSnapshots>
snapshot-id
If you are using Query, construct the following request:
https://ec2.amazonaws.com/ ?Action=DescribeSnapshots &SnapshotId=snapshot-id &...auth parameters...
View output similar to the following:
<DescribeSnapshotsResponse xmlns="http://ec2.amazonaws.com/doc/2009-08-15/"> <snapshotSet> <item> <snapshotId>snap-78a54011</snapshotId> <volumeId>vol-4d826724</volumeId> <status>pending</status> <startTime>2008-05-07T12:51:50.000Z</startTime> <progress>80%</progress> </item> </snapshotSet> </DescribeSnapshotsResponse>
Submit feedback about this site to: