EC2 Snapshots

Table of contents
  1. 1. See Also
  2. 2. Tutorials

An EC2 EBS Snapshot represents an EBS volume at a particular point in time. You can create a snapshot regardless of whether or not a volume is attached to an instance. When a snapshot is saved to S3, it receives a timestamp and a unique AWS ID (e.g. snap-9cea0df5). Snapshots consist of a series of data blocks that are incrementally saved to S3. Create clones of volumes from any snapshot. You cannot attach the same volume to multiple instances. Instead, you must first take a snapshot of the volume, then create a clone of the volume from the snapshot and specify the appropriate availability zone.

01-ebs_snapshot_home.gif

 

02-ebs_snapshot_view.gif

Tag page
You must login to post a comment.