Posts tagged as:

ebs

Storing AWS Credentials on an EBS Snapshot Securely

July 19, 2010

Thanks to reader Ewout and his comment on my article How to Keep Your AWS Credentials on an EC2 Instance Securely for suggesting an additional method of transferring credentials: via a snapshot. It’s similar to burning credentials into an AMI, but easier to do and less prone to accidental inclusion in the application’s AMI. Read [...]

0 comments Read the full article →

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 →

Cool Things You Can Do with Shared EBS Snapshots

September 24, 2009

I’ve been awaiting this feature for a long time: Shared EBS Snapshots. Here’s a brief intro to using the feature, and some cool things you can do with shared snapshots. I also offer predictions about things that will appear as this feature gains adoption among developers. How to Share an EBS Snapshot Really, it’s easy. [...]

7 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 →

Copying ElasticFox Tags from One Browser to Another

July 15, 2009

The ElasticFox Firefox extension allows you to tag EC2 instances, EBS volumes, EBS snapshots, Elastic IPs, and AMIs. ElasticFox’s tags are stored locally within Firefox, so if you use ElasticFox from more than one browser your tags from one browser are not visible in any other browser. In this article I demonstrate how to copy [...]

5 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 →