I am running Ubuntu 11.04 +Apache +Mysql +php on free micro tier of Amazon EC2, complete root is attached to EBS.. The db size of mysql is 700 MB.. but in just 45 hours of running the instance.. I/O c
I have created a EBS volume on /dev/sdh like so: $ ec2-attach-volume -d /dev/sdh -i i-7058e010 vol-58f08432
I have an ebs-backed instance running on EC2. I\'m using it to do some computationally intensive text processing on around 16Gb of data which is stored on sdb (i.e. the 开发者_Python百科larger ebs vol
I\'m wondering if Amazon EC2+EBS can handle large Oracle databases (7TB to start with). Sounds like EBS can have storage volumes of up to 1TB and I could have many storage volumes attached to the same
I am unable to delete an amazon EBS volume th开发者_如何学运维at i no longer use. It\'s a 100GB volume and the options to detach, force detach and delete are all disabled. I cannot find a way to delet
I am using CreateImage() to create a new AMI开发者_Go百科 from an existing Instance and I was hoping there was a DeleteImage() which would work in the converse fashion.Unfortunately this method does n
The startup I\'m working for is constructing a website, and we want to use AWS to run and host our site and the accompanying mysql database. Apparently when you terminate an AWS instance, any data sto
I have an EBS volume (e.g. /dev/sdf) that has been attached to an EC2 instance (which boots from a different EBS volume), and I have mounted the volume (through mount /dev/sdf /data). When I stop and
I\'m considering using EBS for a very large collection of maildirs. Lots of little files spread over开发者_JS百科 lots of directories. Would sharding my EBS storage into multiple smaller containers yi
I\'ve got a 1-Gig EBS Volume mounted to an EC2 instance, I am copying 600MB of binary data from a Local Hard Drive (via RDS Connection)