Persistent Storage for EC2 with Elastic Block Store

2008-08-24

Amazon has announced a major new feature for their Elastic Compute Cloud (EC2) service: Elastic Block Store (EBS) persistent storage volumes.

EBS provides for block level storage space that can be attached to your EC2 instances, but which exists separately from these instances and persists even if an instance fails or is shut down. The storage volumes can be up to 1 TB in size, can be assigned to any one of your instances on-demand, and can be easily backed up as a snapshot to S3.

The EBS mechanism will make it significantly easier to store data reliably on EC2 instances, removing one of the main pain points of using EC2 instead of a standard data centre.

I don't yet have much experience with EBS myself but there is a wealth of information available for EC2 users in the posts listed below, and third-party tools and libraries like ElasticFox, Typica and boto have been updated to support the storage volumes.

Tags: AWS

Comments