Posts tagged as:

elastic block store

Creating Consistent Snapshots of a Live Instance with XFS on a Boot-from-EBS AMI

January 17, 2010

Eric Hammond has taught us how to create consistent snapshots of EBS volumes. Amazon has allowed us to use EBS snapshots as AMIs, providing a persistent root filesystem. Wouldn’t it be great if you could use both of these techniques together, to take a consistent snapshot of the root filesystem without stopping the instance? Read [...]

41 comments Read the full article →

Mount an EBS Volume Created from Snapshot at Startup

August 7, 2009

There are many posts about how to mount an EBS volume to your EC2 instance during the startup process. But requiring an instance to use a specific EBS volume has limitations that make the technique unsuitable for large-scale use. In this article I present a more flexible technique that uses an EBS snapshot instead. Update [...]

10 comments Read the full article →

Boot EC2 Instances from EBS

July 14, 2009

EBS offers the ability to have a “virtual disk drive” whose lifetime is independent of any EC2 instance. You can attach EBS drives to any running instance, and any changes made to the drive will persist even after the instance is terminated. You can also set up an EBS drive to be the root filesystem [...]

12 comments Read the full article →