The amazon-ebs tag has no wiki summary.
0
votes
1answer
21 views
Amazon EBS store vs Instance Store with Termination turned off?
What's the difference between the two? It seems as if using an instance store the root drive is ephemeral and EBS isn't in the event of a termination. But, if you're not terminating does it matter? ...
0
votes
1answer
37 views
Software Implementation of RAID 10 on a Windows Server 2008 running on Amazon EC2
Does anyone know of a software implementation of RAID 10 that will work on a Windows Server 2008? Specifically I'd like to use it on a virtual instance running on Amazon's EC2, connected to EBS ...
1
vote
0answers
18 views
How to Purge old EBS backups?
Anyone knows of a good way to automatically purge old EBS snapshots?
We have a cron script backing up the whole instance from inside, via EC2 API snapshots, but the snapshots tend to accumulate.
I ...
4
votes
1answer
58 views
XFS: no space left on device, (but I have 850GB available!)
I'm using a combination of mdadm, lvm2, and XFS on Amazon EC2.
So far, I've had success running a RAID 5 volume built from a number of EBS volumes. The EBS volumes are attached and used with mdadm to ...
1
vote
1answer
35 views
How to determine actual size of an amazon snapshot?
Amazon EBS snapshots capture changed blocks from a baseline, so snapshots will often be much smaller than the source volume. Billing is based on the actual size, which is nice. However, I cannot find ...
0
votes
1answer
46 views
Is this infrastructure safe for scaling EBS online?
Our application uses EBS to store data. The storage requirement of the application grows rapidly as users signup. We need to do it online so that users don't experience downtime with the application. ...
2
votes
2answers
151 views
Efficient plan for backing up EC2 instance, EBS volumes and RDS DBs
I have an EBS-based EC2 instance (ebs_vol_1) which mounts and extra EBS volume (ebs_vol_2), and DB in RDS.
Is tacking a snapshot of ebs_vol_1 & ebs_vol_2, enough for preventing data-loss? Is ...
0
votes
0answers
40 views
Several errors starting EC2 instance - EBS-backed
A little background: We converted our S3-backed (instance-store) AMI to an EBS-backed AMI recently. The process basically equated to:
Stop the server
Image the filesystem using ec2-bundle-image
...
0
votes
1answer
60 views
EC2 Instance Store to EBS Can't connect to SSH
I followed every line on this tutorial:
http://webkist.wordpress.com/2010/03/16/creating-an-amazon-ec2-ebs-ami-from-a-running-instance/
to create a EBS instance using a AMI based on a Instance Store ...
3
votes
4answers
216 views
High iowait on Amazon EC2 MySQL instance with EBS volume
We have a MySQL server running on an Amazon EC2 c1.medium instance relying on a single EBS volume using the ext3 filesystem for storage.
This MySQL server is queried ~500/ps by several applications ...
0
votes
2answers
60 views
Build solution for Jenkins with Amazon EC2 - How to keep state between builds
I'm trying to move my build environment to EC2 using Jenkins. I have a lot of source to check out each time, so I want to preserve the source persistently between builds.
This would be easy if ...
0
votes
0answers
68 views
Moving to the cloud for product building and testing of large Java product that uses databases [closed]
I currently build and test a large Java product based on Eclipse an Ubuntu machine using Jenkins (Hudson) and tested on both Ubuntu and Windows, the testing also involves all of the major databases. I ...
1
vote
1answer
35 views
Amazon EC2/EBS - If I share an EBS Snapshot am I charged for others' usage of it?
As the subject says I want to know if I make a snapshot of my EBS public and others use it, do I get charged for that?
Background if anyone is interested:
I have a bioinformatics program I want to ...
4
votes
1answer
165 views
How to programmatically migrate an EC2 EBS AMI to other regions?
Before EBS based AMIs were available, it was possible to use the command ec2-migrate-image in order to migrate AMIs to different regions.
Is there a simple way to do the same for EBS based AMIs? ...
0
votes
1answer
90 views
Moved mySQL to an EBS volume, now innoDB performs very slowly
Hello has anyone had a similar problem to this.. I've set up a new instance on Amazon EC2 for a client. I've also attached a 250GB EBS volume to hold the files and configured mySQL to use the EBS ...
2
votes
2answers
122 views
Amazon EC2 - What's the point of having Instance storage if it is non-permanent and EBS provides a permanent store?
I'm specifically looking at the Standard Large On-Demand instance which has 850 GB of instance storage.
What I really don't understand is why have 850 GB of storage on the instance if that data will ...
0
votes
1answer
67 views
Amazon EC2 instance-reboot on EBS backed instances
I received notification that many of my EC2 instances will be rebooted for scheduled maintenance. They are scheduled for an "instance-reboot," which makes sense because most of my instances are S3 ...
0
votes
1answer
77 views
EC2 chef cookbook EBS RAID
I'm trying to get the Scalarium EBS cookbook (https://github.com/scalarium/cookbooks/tree/master/ebs) to cooperate with various databases. I realize performance mileage varies and accept that.
On a ...
1
vote
1answer
123 views
Amazon EC2 EBS pricing over a month of dynamically allocated space? [closed]
I see http://aws.amazon.com/ebs/ which says $0.10 per GB allocated per month. However, if I were to create a 30GB EBS image on day 1, delete it after a day and have 0GB for the rest of the month, how ...
0
votes
1answer
97 views
AWS volume takes forever to attach. How to debug?
I have a 10GB volume attached to my production EC2 instance (It's only 300MB full). In order to do backups, I created a snapshot of it. Then I created a volume from it, which I tried to attach to ...
4
votes
2answers
135 views
Is EBS naturally CPU-hungry?
We have an m1.medium EC2 instance with a small (15G) EBS drive, running both Rails 3 and a PostgreSQL server. We've noticed CPU spikes at odd times, and finally realized that even simple, sustained ...
1
vote
1answer
127 views
Why Can I Not Use m1.small And m1.medium Instances With By EBS Boot Image On Amazon AWS?
I modified a Canonical ubuntu image on a t1.micro sized instance, saved the EBS boot image, and am now trying to re-start it using a slightly larger instance.
The only instances available (for ...
4
votes
1answer
219 views
5.5GB written daily to 1.2GB root volume - 4 times previous levels
Problem:
I recently revamped one of my servers, it was tested prior to use, and functions well, however, a few days ago, I noticed approximately 4 times the usual amount of writes to the root volume. ...
1
vote
2answers
57 views
LAMP server on AWS running out of HD space. Options?
I have a simple LAMP stack on an EBS Ubuntu instance on AWS EC2.
It's been running well for a while now, but I'm now starting to run low on hard disk space.
What are my options?
I've already ...
2
votes
1answer
104 views
Launching AWS Windows instance from snapshots?
I have a Windows-based Amazon EC2 instance with an EBS drive as the root device. Is it possible to launch a copy of this instance without creating an AMI - for instance, from a snapshot of the C: ...
5
votes
2answers
362 views
EC2 - Shared Storage - S3FS or EBS?
Building my web service onto EC2 right now and have a single instance behind a load balancer. I will of course cater for multiple instances.
My initial idea was to run all the instances a dumb ...
3
votes
1answer
160 views
How do I mount an EBS root volume to a windows instance in Amazon EC2
So basically, I created a large windows server for development, and then I created a micro windows server for production. I set up everything how I wanted it on my development server, and then i ...
1
vote
1answer
176 views
How do I clone a running EBS Backed AMI
Basically, I am trying to start an Amazon micro instance, install Java, Tomcat, MySQL and a few other things, then save a snapshot of the instance so that I can start many like it later on.
After ...
0
votes
2answers
124 views
Best practice for storing read-only instance data?
So, i'm currently writing my bachelor thesis and my job is to cloudify a webservice which recommends a soundtrack for images. The main part of the recommendation process is a lookup on a ~40gb index ...
2
votes
0answers
54 views
At what point is EBS usage the bottleneck?
I've got a site hosted on Amazon using a EC2 instance backed by an EBS volume. On the weekends, traffic spikes and I make the instance larger which helps quite a bit -- I'm no longer seeing CPU usage ...
-2
votes
1answer
95 views
How to store a 2TB database on amazon EBS? [closed]
Possible Duplicate:
MySQL database bigger than 1 TB on Amazon
i'm using MySQL and i already have a 1 TB EBS Volume full to capacity.
1
vote
1answer
104 views
Root file system not grown after replacing with a larger EBS on AWS
I had a 8GB EBS attached to my EC2 Instance
but I was running out of space
what I did on the AWS Management Console:
Create a snapshot of the current EBS (8GB)
Create a new EBS based on the ...
0
votes
1answer
100 views
Large downloads from AWS EC2 are slow
We have an EC2 instance in the Ireland datacenter. Running off this is a website that permits the download of several files whose size ranges from 10MB to 200MB. The site stores the files on EBS.
The ...
6
votes
3answers
426 views
Software RAID10 for later growth
I'm wondering what the best practice is for creating RAID10 in software on Linux with the ability to later grow by adding disks or expanding volumes underneath.
I'm using EBS on Amazon, I want to ...
1
vote
1answer
88 views
Disk/EBS volume that is part of an Raid0 drive suddenly becoming unreadable/unavailable
We have a 4 x 100gig EBS volumes used as dynamic disks in a raid 0 (striped) drive attached to a Windows2008 R2 Datacentre 64bit Amazon EC2 instance.
This all works fine, except we have had 3 ...
4
votes
2answers
741 views
Ec2 micro instance, EBS, I/O and speed. How can I improve performance?
I have a micro instance mounted with an EBS volume. I have to pay per million read/writes to the EBS volume.
But by the very nature of EBS I/O is very slow and consequently services like MySql is ...
2
votes
1answer
146 views
How to set up command-line access with limited permissions to EC2?
I added a user "Snapshotter" to my AWS account (via IAM) with permission just to ebs:CreateSnapshot.
On one of my instances I want to have a script that periodically created a snapshot, but without ...
1
vote
1answer
72 views
netcat not found in Amazon AMI (Centos)
I followed this guide to migrate my amazon image from one zone to another. Everything goes fine, but when i run this command:
netcat -p 9999 -l >/dev/sdf
It shows that the command is not found. ...
2
votes
4answers
209 views
What is the best-practice way to create EC2 instances with EBS volumes that will soon need to be very large?
When launching EC2 instances, it seems most community AMI's come with a 8gb EBS volume attached as the root drive. We will definitely need larger than 8GB as our database size grows. What is the ...
1
vote
1answer
51 views
Creating secure, resilient Rails and mysql servers on EC2
I'm wondering what practices should be used to create secure and resilient Rails and mysql servers on EC2. More specifically, when I say "secure and resilient", I am trying to balance the fact that I ...
0
votes
1answer
107 views
Created an EBS volume from a snapshot, but can't mount it?
fdisk -l shows the volume so it looks like it's attached but when I follow these steps
echo "/dev/xvdg /vol2 xfs noatime 0 0" | sudo tee -a /etc/fstab
sudo mkdir /vol2
sudo mount /vol2
I get the ...
2
votes
4answers
149 views
What kind of EC2 setup do I want?
Okay, I'm more of a coder, and not as familiar when it comes to things like system setup, though I try my best. I'm currently using Slicehost (stats below) to run a personal website that gets an okay ...
0
votes
2answers
211 views
Recovering a crashed EC2 instance that is EBS-backed
I had an EC2 instance which was EBS backed (i.e. boots off an EBS volume). The hardware appears to have crashed. I'm having trouble getting it back, which is frustrating as the whole point of having ...
2
votes
2answers
94 views
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 ...
0
votes
0answers
145 views
How to resolve Client.InvalidManifest: Invalid block device mapping: Invalid virtual name 'ebs0'?
To give a background,
http://docs.amazonwebservices.com/AWSEC2/2008-02-01/GettingStartedGuide/index.html?creating-an-image.html
Im follwing the above guide from amazon to create a s3 backed AMI from ...
0
votes
1answer
562 views
Copy/move EBS volume from one Region to another
Background of our setup:
We've hosted our web-based application in Amazon EC2 US East (Virginia) Region. Our instance is based on Linux distribution (CentOS) and AMI is S3-backed. 1 EBS volume (400 ...
0
votes
1answer
149 views
increasing amazon root volume size
I have a default amazon ec2 instance with 8GB root volume size. I am running out of space. I have:
Detach the current EBS volume in AWS Management Console (Web).
Create snapshot of this volume.
...
0
votes
2answers
138 views
Basic EC2 Load Balancing Concepts
I am creating a site that I expect to receive DDoS attacks on occasion.
I have created two EBS AMIs on Amazon EC2. One AMI for a MySQL Database and one for the web host.
I have added an elastic IP ...
0
votes
1answer
197 views
Detaching EBS Volumes (in LVM) take a lot of time
I have an EC2 Instance(EBS Backed-root partition) with EBS volumes configured via LVM.
I have formatted it as ext4 and can mount it to store data etc.
Now i want take a snapshot of the root ...
0
votes
0answers
34 views
Amazon EBS high IO delays
I have heard (mostly on reddit) that EBS seems to not fail but give very high IO delays upto 6 seconds. Is there a way in linux to quickly check the disk IO problems and get a figure?
I am thinking ...