amazon-ebs
Amazon EC2 EBS IO Count is high
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[详细]
2023-04-09 10:33 分类:问答How do I access a EBS volume that I've created on a EC2 instance?
I have created a EBS volume on /dev/sdh like so: $ ec2-attach-volume -d /dev/sdh -i i-7058e010 vol-58f08432[详细]
2023-04-06 01:33 分类:问答Can I create an AMI that includes multiple ebs volumes (i.e. both sda and sdb)
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[详细]
2023-03-26 06:06 分类:问答Is it possible to run a large Oracle Database (7TB) on Amazon EC2+EBS?
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[详细]
2023-03-22 19:49 分类:问答Unable to delete EBS volume
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[详细]
2023-03-21 22:04 分类:问答How can I delete an image (AMI) in AWS EC2 using the SDK?
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[详细]
2023-03-15 20:56 分类:问答How to interface an AWS hosted website with Database on EBS?
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[详细]
2023-03-11 08:31 分类:问答Automatically mount an EBS volume upon starting an Amazon EC2 Linux instance
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[详细]
2023-03-06 04:48 分类:问答Does sharding an EC2 EBS volume yield performance gains?
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[详细]
2023-03-05 18:26 分类:问答Improving Data Transfer Rate on Amazon EC2
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)[详细]
2023-03-03 23:33 分类:问答