Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances. Amazon EBS volumes are off-instance storage that persists independently from the life of an instance.

learn more… | top users | synonyms

1
vote
1answer
21 views

what's the difference between attach and mount in ebs for amazon ec2

If I attach an EBS instance to my EC2 instance, isn't that the same as mounting? According to various guides they do different things. What's the difference between attaching an EBS instance and ...
1
vote
1answer
52 views

Using Glacier as back end for web crawling

I will be doing a crawl of several million URLs from EC2 over a few months and I am thinking about where I ought to store this data. My eventual goal is to analyze it, but the analysis might not be ...
0
votes
2answers
23 views

Make a second, independent copy of an EBS volume's data

I have an EBS volume with a number of snapshots. I would like a second, distinct copy of the EBS volume so I can: restore a snapshot on the duplicate volume continue using the original data on the ...
0
votes
1answer
30 views

Amazon EBS EC2 instance IP changed on restart

I am running an EBS backed Amazon EC2 Linux instance. For some maintenance purposes I shutdown the machine and started it again. However, my machine IP has changed now. This affects my services since ...
2
votes
3answers
98 views

How does RAID work with EBS Drives on Amazon Web Services?

I'm trying to wrap my head around the concept of RAID and what the advantages are for something like a database for example. I've been doing a lot of readings into RAID setups however, I don't know ...
0
votes
2answers
71 views

Advice for data storage on Amazon EC2 especially for databases [closed]

I've been playing around with Amazon's Web Services for over a year now, however I don't quite understand how it works. When I for example select an AMI of my choice from the EC2 console and I ...
1
vote
1answer
62 views

What is the right way to make a consistent Amazon EBS snapshot with the SDK for PHP?

I'm a new to Amazon Web Services (AWS) and want to create an Amazon Elastic Block Store (EBS) snapshot with the AWS SDK for PHP. I wrote the following code: $aws = Aws::factory($config); $ec2 ...
0
votes
2answers
135 views

Best way to host user uploaded videos on AWS

So I'm working on a website which serves user uploaded videos, and all the infrastructure is on Amazon. I'm trying to find a good working solution, here is what I'm thinking Have an EC2 Instant ...
2
votes
2answers
452 views

Trouble Mounting EBS Volume on EC2

Good afternoon, I am new to EC2 and have been trying to mount an EBS volume on an EC2 instance. Following the instructions at this StackOverflow question I did the following: 1. Format file system ...
0
votes
1answer
257 views

Should I detach EBS Volume in Root Device after attaching new EBS Volume in Amazon EC2 Instance?

My Amazon EC2 Instance only have 8GB of EBS Volume sda1, this volume is near to full capacity. Then I attach new 21GB EBS Volume sdf to this EC2 Instance. When I use df -h to check this usage, this ...
0
votes
1answer
118 views

Amazon CloudWatch - monitoring EBS volumes VolumeReadOps, VolumeWriteOps

I am interesting in adding CloudWatch for two specific stats on just a few named EBS volumes. The metrics specifically are VolumeReadOps and VolumeWriteOps. These do not show up by default under the ...
1
vote
1answer
58 views

will an on demand ec2 instance with root device ebs restart normally?

I'm new to AWS. I have a Maverick Ubuntu installed on demand instance with root device EBS. I have a Mysql database running. Now ubuntu displays I should restart for new updates to be installed. If ...
3
votes
1answer
133 views

Attach existing EBS as root device in spot instance request

Is it possible to include an existing, unattached, available EBS volume as the root device in a spot instance request? I'd like to create a setup where the system is up and running when the spot price ...
2
votes
2answers
236 views

Does taking a snapshot of an EBS volume increase reliability?

The EBS documentation states: As an example, volumes that operate with 20 GB or less of modified data since their most recent Amazon EBS snapshot can expect an annual failure rate (AFR) of between ...
0
votes
4answers
205 views

How to change app on multiple ec2 instances?

I'm new to AWS. Can anyone point me in the right direction of how to update my app residing on multiple ec2 instances? I found this answer: How do I update multiple EC2 instances that are ...
1
vote
1answer
363 views

Are Amazon's Provisioned IOPS a hard limit or guaranteed minimum?

Are Provisioned IOPS a hard limit? Could IO spikes exceed the number of provisioned IOPS? I couldn't easily find a definitive answer on the question. While I pretty much assume that it's enforced as ...
1
vote
3answers
299 views

Amazon AWS: Multiple Instances, Same DB

In an Amazon AWS setup, how can two cloned instances (in different regions) refer to and share the same "base" dynamic web server files and read to / write from the same main database? Our current ...
0
votes
4answers
213 views

S3 or EBS for storing data in flat files

I have flat files in which I store data and retrieve it instead of storing to database. This is temporary and may last for couple of months.I was wondering If I should be using EBS or S3. EBS is ...
0
votes
2answers
597 views

What is the good strategy to backup mongodb's data without locking it (fsync & lock)?

We have a mongodb running on only one AWS EC2 (no master-slave, no replica sets). The data files are stored in a separate EBS volume. So, what is the best way to backup and restore the data without ...
0
votes
1answer
152 views

Amazon EC2 Windows Server 2008 + “Instance Status Checks failed”

I have Windows Server 2008 launched on Amazon EC2 Instance. While doing some configuration I changed IP address to the private IP address of Amazon EC2 instance. As soon as I changed IP address, ...
0
votes
1answer
127 views

How to copy files and directories to EBS from a S3 bucket mount with s3fs

I have a S3 bucket mount as a volume in one EC2 instance with S3FS. I've created with PHP a directory structure there with more than 20GB now. By the moment S3FS is exhausting instance memory and ...
7
votes
1answer
2k views

EC2: EBS device id confusion (/dev/sdf vs. /dev/xvdf)

I attached an EBS volume to my EC2 instance, turned it into a EXT3 file system, and successfully mounted it. However, I was thrown off a little bit initially mainly due to what the AWS console said ...
1
vote
1answer
123 views

Copy tomcat and mysql from one Amazon EBS volume to another

I launched an Amazon EC2 with Amazon Linux and Amazon-EBS as root volume. I also started tomcat7 and mysql 5.5 on this EBS volume. Later I decided to change from Amazon Linux to Ubuntu. To do that I ...
0
votes
1answer
2k views

Change read/write access of a folder in Ubuntu Linux

I want to create a folder and write a file in the created folder in an Amazon EBS volume from a Java Servlet installed on Amazon EC2 running Ubuntu. I have mounted the EBS volume at /mnt/my-address ...
0
votes
0answers
123 views

script to Snapshot mysql db on Amazon EBS

I did search for the relevant questions and still couldnt find any answers in the forum. I am working on a simple script to automate snapshotting mysql db on amazon ebs. My instance is hosted on ...
0
votes
1answer
169 views

How to catch OutOfMemory errors on Amazon EBS

Here's a tricky one for ya - We have a Java web application, deployed on Tomcat web servers on Amazon EBS. and we believe we have a memory leak b/c it seems that the JVM crashes every night with ...
2
votes
2answers
406 views

How can I be alerted when an EBS instance is running out of space?

I'm running a wordpress off of AWS, and I can't figure out how to monitor if the volume is running out of capacity. There are many options for monitoring other things, but I just want to know when we ...
1
vote
2answers
145 views

Read a file from Amazon EBS

I want to download a file from one of the EBS volumes I created on Amazon Elastic block storage. Mostly it is advisable to used ServletContext#getResource() and its counterpart ...
0
votes
3answers
590 views

How to take Amazon Incremental Backup [closed]

I'm working on an automated mechanism for our EBS volumes to be backed up on a daily basis. Regarding that can you please tell me how to take backup of snapshots, how to move it to s3 and then how to ...
0
votes
2answers
111 views

What is “Attach volume” in Amazon Web services?

Are the terms used in Amazon Web Services Attach volume and Deattach volume used in reference of Amazon Elastic Block Storage; exactly same as Unix/Linux Mount and Unmount a device?
0
votes
3answers
72 views

What is a boot volume in reference to Amazon Web Services?

What is a 'boot volume' in reference to Amazon Web Services? How is it different from other volumes? Is 'boot volume' a standard term used by Amazon? Is Amazon Elastic Block Storage the one always ...
2
votes
1answer
105 views

How to replace an Amazon EC2 instance with a new one?

How to replace a Amazon EC2 instance with a new instance without removing tomcat7, mysql and other setting done on the instance?
37
votes
1answer
13k views

Add EBS to Ubuntu EC2 Instance

I'm having problem connecting EBS volume to my Ubuntu EC2 Instance. Here's what I did: From the Amazon AWS Console, I created a EBS 150GB volume and attached it to an Ubuntu 11.10 EC2 instance. ...
2
votes
2answers
245 views

Create directory structure in Amazon Elastic Block Storage(EBS) and save files from Java Servlets?

I am very new to this and trying to do this the first time. I have learned that Amazon Elastic Block Storage(EBS) can be used in a similar way as a hard Disk when mounted on Amazon EC2. Now I wish to ...
0
votes
2answers
68 views

Receive, Store, pass and delete a “file” using Amazon Webservices

I have installed a Tomcat7 server on Amazon EC2. One of my Servlets receive a "file" as a multipart post. I need to store this files in a directory structure and later the file will be retrived by ...
0
votes
1answer
139 views

How to seed the root device of an EBS backed EC2 instance from snapshot?

As I understood, for an EBS backed EC2 instance, it's root device will be an EBS volume. Now if I want to have the content of the EBS volume to be a snapshot that I took earlier (for the root device ...
1
vote
1answer
329 views

Create a EBS volume from last EBS snapshot of a few snapshots of same EBS volume

I have a EBS backed EC2 instance. I take snapshot for the EBS volume a few times say s1, s2, s3 where s3 being the last one took. Now I need to launch another EBS backed EC2 instance and also want to ...
0
votes
2answers
610 views

What means to be a root device on EC2?

I couldn't find the answer on EC2 documentation. What is it for? If I launched an EBS backed instance, the root device for the instance would be an EBS volume. If I install a few tools/software on the ...
2
votes
1answer
741 views

Can a new EC2 instance attach to EBS volumes that are currently attached to another EC2 instance that's failed in reachability check?

I have an EC2 small instance, which has two EBS volumes attached and has EBS as root device. Now the EC2 instance is not reachable for some reason (AWS engineers are looking into it). In the mean ...
5
votes
1answer
5k views

How to make a daily back up of my ec2 instance? [closed]

I have a community ami based linuxEc2 instance in aws.Now i want to take a daily back up of my instance.and upload that image in to s3.is that the correct way of doing the back up of my ec2 ...
4
votes
2answers
1k views

MySQL eating 80-100% CPU starting July 1 Midnight, a day or so following a EBS connectivity issue

I am extremely curious about a recent issue that I experienced with all of my EC2 instances running MySQL. On July 1st at 12:00 AM UTC, both of my Amazon EC2 instances (running in US-EAST region) ...
0
votes
1answer
285 views

EBS Raid-0: 9 out of 20 EBS volumes “impaired”. Now what?

I have an ec2 instance (10GB network, AMI: EC2 CentOS 5.5 GPU HVM AMI (Driver 260.19.29) (ami-42a2532b)) with 20 EBS volumes attached in raid-0. As a result of last night's outage of AWS, 9 of these ...
0
votes
1answer
188 views

Disk stats on Amazon EBS with high iowait

I'm currently trying to diagnose issues with a Postgres database that appears IO bound. The CPU is spending most of it's time in iowait but vmstat -d persistently shows 0 current outstanding ops for ...
1
vote
2answers
381 views

Are files saved on EBS volume? Are they not supposed to be saved? I'm confused

So I create an instance using one of the Public AMI EBS Ubuntu flavors. I create an EBS volume and attach it to the instance. I format the volume and add an entry to /etc/fstab to mount it on /vol. I ...
0
votes
2answers
1k views

Will my EBS volume in my EBS backed EC2 instance persist? [closed]

So I have setup a server on Amazon Web Services EC2 with an EBS backed volume. It will act as an SVN server so I will certainly want the EBS volume to be persistent. The scenario I have in mind is ...
3
votes
2answers
379 views

How should I approach my EC2 contingency plan?

I've browsed through other questions on SO concerning backing up EC2, and it has provided me with a good basis, but I'm still a bit confused as to how I should approach my solution and develop a ...
0
votes
1answer
103 views

I/O request issue in using Amazon EBS with microinstance

I am using microinstance with EBS but because of lots of I/O request cost of using ebs becomes big issue for us. Can you suggest me any ways of using ebs volume with less I/O requests.?
1
vote
1answer
761 views

mounted EBS data loss after reboot

I've mounted an additional EBS volume on an instance. I stopped the instance and tried to reboot one day later, and all the data in the mounted volume is gone. Anyone has any idea why this could be ...
2
votes
1answer
475 views

Script to Format and Mount all available instance store devices

Amazon provides instance store for EC2 instances. If you use your own AMI, these are not formatted or mounted automatically for you. You need to manually format and mount them. The available devices ...
0
votes
1answer
84 views

Unpredictable EBS behaviour [closed]

We are using Amazon ec2 for hosting our MySQL database with the data directory mounted on an EBS volume. Of late we have been noticing that the IO performance of the volume has been very inconsistent. ...

1 2 3 4