Amazon Elastic Block Store (EBS) | Snapshots Flashcards
Can I stripe multiple volumes together to get better performance?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
Yes. You can stripe multiple volumes together to achieve up to 75,000 IOPS or 1,750 MiB/s when attached to larger EC2 instances. However, performance for st1 and sc1 scales linearly with volume size so there may not be as much of a benefit to stripe these volumes together.
Will I be able to access my snapshots using the regular Amazon S3 API?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
No, snapshots are only available through the Amazon EC2 API.
Do volumes need to be un-mounted to take a snapshot?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
No, snapshots can be done in real time while the volume is attached and in use. However, snapshots only capture data that has been written to your Amazon EBS volume, which might exclude any data that has been locally cached by your application or OS. To ensure consistent snapshots on volumes attached to an instance, we recommend detaching the volume cleanly, issuing the snapshot command, and then reattaching the volume. For Amazon EBS volumes that serve as root devices, we recommend shutting down the machine to take a clean snapshot.
Does it take longer to snapshot an entire 16 TB volume as compared to an entire 1 TB volume?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
By design, an EBS Snapshot of an entire 16 TB volume should take no longer than the time it takes to snapshot an entire 1 TB volume. However, the actual time taken to create a snapshot depends on several factors including the amount of data that has changed since the last snapshot of the EBS volume.
Are snapshots versioned? Can I read an older snapshot to do a point-in-time recovery?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
Each snapshot is given a unique identifier, and customers can create volumes based on any of their existing snapshots.
How can I discover Amazon EBS snapshots that are shared with me?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
You can find snapshots that are shared with you by selecting Private Snapshots from the list in the Snapshots section of the AWS Management Console. This section lists both snapshots that you own and snapshots that are shared with you.
How can I find which Amazon EBS snapshots are shared globally?
Snapshots
Amazon Elastic Block Store (EBS) | Storage
You can find snapshots that are shared globally by selecting Public Snapshots from the list in the Snapshots section of the AWS Management Console.