Posted by Chris Anderton on April 19th, 2010 @ 21:43 – 4 comments
Updated on May 11th, 2010 @ 10:51
Tagged with ec2
A quick set of notes on how to create a bootable EBS snapshot from a running EC2 instance - for example, an instance that has been started from an S3 backed AMI.
We've had to do this a few times over the last few months - for the benefit of others, we've outlined how we currently do it - this is based on a number of articles that were surfacing at the time of our research, but I don't have the links to hand. If there's a better way out there feel free to jump in!
Read more of this entry
Posted by Chris Anderton on May 18th, 2009 @ 10:54 – 1 comment
Updated on August 9th, 2009 @ 15:18
Tagged with ec2
Amazon have been busy again and today announced the release of three new services in their Web Services portfolio: monitoring, scaling and load balancing.
You can read the details in the blog post on the Amazon Web Services Blog.
Read more of this entry
Posted by Chris Anderton on September 1st, 2008 @ 15:16 – 36 comments
Updated on September 1st, 2008 @ 20:10
Tagged with ec2
I've used VMware for many years to allow me to test and develop various server configurations and distributions. It's where I played with Linux-VServer, User Mode Linux (UML), Kernel Based Virtual Machine (KVM) and Xen. The relevent part to EC2 here is obviously that EC2 is also Xen based.
So far when using EC2 I've stood on the shoulders of giants and taken existing AMIs and used them as they are or with modification. Always the control freak, I wanted to create my own AMI from scratch. Having slimmed down my hardware inventory (I got complaints about the various half built towers lying around!) then my only option was to either create an image in a loopback device on EC2 or return to my trusty steed of VMware.
Creating the AMI from VMware was easier than I thought - but just in case anyone else is looking to do it then I thought it worthy of a blog post.
Read more of this entry
Posted by Chris Anderton on August 21st, 2008 @ 15:27 – 0 comments
Updated on August 21st, 2008 @ 15:28
Tagged with ec2
The feature I've been waiting for on EC2 has arrived - persistent storage is now available on the public beta as per an email from the EC2 team:
We are pleased to announce the release of a significant new Amazon EC2 feature, Amazon Elastic Block Store (EBS), which provides persistent storage for your Amazon EC2 instances. With Amazon EBS, storage volumes can be programmatically created, attached to Amazon EC2 instances, and if even more durability is desired, can be backed with a snapshot to the Amazon Simple Storage Service (Amazon S3).
At a high level the features include:
- Volumes from 1Gb to 1Tb
- Multiple volumes can be mounted from one AMI
- Implemented as block devices
- Live in an availability zone
- Automatically replicated within the availability zone
- Support snapshots
- Multiple volumes can be used and striped across to improve I/O
- $0.10/gb allocated per month and $0.10 per 1 million I/O requests
- Sample cost based on 100Gb storage and 100 I/O per second is $36/month
I'm going to get playing with it and it will be interesting to see how it performs and also compare it on the cost front to some of the options I outlined in a previous post - in the meantime you can read more on the Amazon Web Services site.
Discuss this entry
Posted by Chris Anderton on June 12th, 2008 @ 09:00 – 0 comments
Updated on May 19th, 2009 @ 13:40
Tagged with ec2
As I previously posted Amazon have announced that persistent storage is on it's way for EC2. Sadly the public launch date has not yet been disclosed - it's "coming later in the year". In the meantime this leaves the question of what to do when you need data to persist?
There are a number of options, especially when you start to consider scalability and fault tolerance. I won't dare claim I've considered all the options out there - I've simply started to look at what the immediate options are for persistent storage.
Without further ado, then, on to the technology. I've found a number of choices - rather than this being a 'how to' then it is more about the solutions I have found so far and that are on my list for consideration. Hopefully, if one of the options fits my needs then I will provide a guide at a later date!
Read more of this entry
Posted by Chris Anderton on April 14th, 2008 @ 14:23 – 0 comments
Updated on April 14th, 2008 @ 14:24
Tagged with ec2
Good news - persistent storage for EC2 is on it's way - it's already in private beta and will be 'publicly available later this year'.
Read more of this entry