What is Amazon EBS Snapshots?

You can back up the data on your Amazon EBS volumes to Amazon S3 by taking point-in-time snapshots. Snapshots are incremental backups,  which means that only the blocks on the device that have changed after your most recent snapshot are saved. This minimizes the time required to create the snapshot and saves on storage costs by not duplicating data. When you delete a snapshot, only the data unique to that snapshot is removed. Each snapshot contains all of the information that is needed to restore your data (from the moment when the snapshot was taken) to a new EBS volume.

When you create an EBS volume based on a snapshot, the new volume begins as an exact replica of the original volume that was used to create the snapshot. The replicated volume loads data in the background so that you can begin using it immediately. If you access data that hasn't been loaded yet, the volume immediately downloads the requested data from Amazon S3 and then continues loading the rest of the volume's data in the background

  • 24 Users Found This Useful
Was this answer helpful?

Related Articles

Cloud computing with AWS

Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform,...

Cloud Service Models

There are three types of service models in cloud − IaaS, PaaS, and SaaS. IaaS IaaS stands for...

What is Amazon Ec2?

    Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the...

Features of Amazon EC2

Amazon EC2 provides the following features: ·         Virtual computing environments, known as...

Amazon EC2 Key Pairs

Amazon EC2 uses public-key cryptography to encrypt and decrypt login information. Public–key...