Tagged Questions

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

70
votes
5answers
15k views

Benefits of EBS vs. instance-store (and vice-versa)

I'm unclear as to what benefits I get from EBS vs. instance-store for my instances on Amazon EC2. If anything, it seems that EBS is way more useful (stop, start, persist + better speed) at relatively ...
47
votes
7answers
21k views

Growing Amazon EBS Volume sizes

I'm quite impressed with Amazon's EC2 and EBS services. I wanted to know if it is possible to grow an EBS Volume. For example: If I have a 50 GB volume and I start to run out of space, can I bump it ...
31
votes
6answers
21k views

Amazon EC2 - Swap root instance store device with EBS device

I have an EC2 instance with "instance store" device as a root device. Now, I would like to attach an EBS volume to that same instance, only that I want it to be the root device. Is that possible? What ...
18
votes
4answers
4k views

Should I persist images on EBS or S3?

I am migrating my Java,Tomcat, Mysql server to AWS EC2. I have already attached EBS volume for storing MySql data. In my web application people may upload images. So I should persist them. There are ...
7
votes
1answer
197 views

What effect does deleting EC2 snapshots have?

I'm not sure what effect deleting an EC2 snapshot has on the other ones. For example, if I snapshot an EBS volume 4 times and delete the oldest one, can I still do a full restore from the latest ones? ...
7
votes
4answers
1k views

EBS for storing databases vs. website files

I spent the day experimenting with AWS for the first time. I've got an EC2 instance running and I mounted an Elastic Block Store (EBS) to keep the MySQL databases. Does it make sense to also put my ...
7
votes
4answers
2k views

Using Amazon's EBS for MySQL hot backup

What are your experiences using Amazons EBS snapshot features for MySql hot backups. I have a database running a batch processing job in ec2. I backup with EBS snapshot. So far the backups looks ...
6
votes
2answers
975 views

Amazon EC2 - Convert EBS root device with instance store root device

I see that you can convert an instance stored instance to be EBS backed as this question shows. However, I want to do the opposite, take an EBS backed instance and convert it to be Instance Store ...
6
votes
1answer
1k views

Getting started with Django on Amazon Web Services

I'm starting to migrate a few applications to Amazon Web Services. My applications are Python/Django apps, running over MySQL. I plan on using EC2 and EBS for starters. I'm looking for a few things: ...
6
votes
3answers
3k views

“Best” Amazon EC2 EMI for CentOS with EBS storage?

Are there any "good", clean, reliable and trustworthy "out-of-the-box" Amazon EC2 AMI images for CentOS that uses EBS storage by default (instead of instance storage)? The RightScale AMIs seem pretty ...
6
votes
2answers
6k views

Automount EBS volume in Amazon EC2 Windows Instance

Does anyone know how to auto-mount an Elastic Block Storage (EBS) volume when starting a Windows 2003 instance in Amazon's Elastic Compute Cloud (EC2)?
5
votes
1answer
306 views

Amazon EBS, snapshots as incremental backups

I'm working on an automated mechanism for our EBS volumes to be backed up on a daily basis. I know quite well the steps to create a new snapshot. Apparently it's all quite simple, you have an EBS ...
5
votes
1answer
1k views

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 ...
5
votes
3answers
681 views

steps to securing amazon EC2+EBS

I have just installed a fedora linux AMI on amazon EC2, from the amazon collection. I plan to connect it to EBS storage. Assuming I have done nothing more than the most basic steps, no password ...
5
votes
1answer
1k views

Postgresql performance on EC2/EBS

What gives best performance for running PostgreSQL on EC2? EBS in RAID? PGData on /mnt? Do you have any preferences or experiences? Main "plus" for running pgsql on EBS is switching from one to ...
4
votes
1answer
154 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 ...
4
votes
2answers
1k views

Creating Amazon EBS volumes using existing snapshot is creating problems

I created a EBS volume, attached and mounted it on a EC2 instance. Created few sample text files in the mounted directory and took a snapshot from AWS console. Problem is when I create a new EBS ...
3
votes
1answer
93 views

Amazon RDS/MySQL vs PostgreSQL on EC2/EBS

For a django webapp, We must decide a database. We plan to go to the cloud in the near future. A techical comparison has told us that PostgreSQL is the forerunner. However as it's not supported by ...
3
votes
1answer
129 views

Best way to load php classes in EC2 - InstanceStore, EBS or S3?

What is the best way to load PHP classes in EC2 in the following scenario (#s are for illustrative purposes)? -> 100 EC2 instances running apache and APC -> 100 php classes loaded per request (via ...
3
votes
2answers
564 views

Why can't I see my EBS volume snapshots in S3 from AWS Management Console?

If EBS volume snapshots are stored in S3, then why can't I see them in the AWS Management Console? Am I missing something here?
3
votes
3answers
391 views

Help with basic concepts of Amazon Hosting

I read all over the Amazon documentations, but I'm still confused or should I say overwhelmed by the different terms. I'm coming from a traditional web hosting environment where the only concept I ...
3
votes
3answers
400 views

Architecture of MySQL on EBS for scaling (Amazon Web Services)

I'm trying to understand how to architect an Amazon Web Services application. I have an instance running off of EBS. As far as I understand, I need to mount the EBS drive so that I can store my MySQL ...
2
votes
2answers
34 views

How do you import Big Data public data sets into AWS?

Loading any of Amazon's listed public data sets (http://aws.amazon.com/datasets) would take a lot of resources and bandwidth. What's the best way to import them into AWS so you start working with them ...
2
votes
2answers
296 views

Should I use EBS or S3 to store my database on?

I want to host a website on an Amazon EC2 instance, but for reliability purposes, I want to have the underlying database on some more permanent storage medium. There won't be any file uploading or ...
2
votes
1answer
144 views

Optimal storing structure for an EC2 instance?

I'm developing a website in EC2 and I have a lampp server in the original /opt/lampp folder. The thing is that I store all my images related to the website including users' profile images ...
2
votes
1answer
177 views

Loading files onto EC2

I'm trying to get started with EC2 running a django site on a micro-linux installation (ie trying to take advantage of the AWS free tier to work out my horrible newbie mistakes). I've installed the ...
2
votes
2answers
349 views

Is Amazon EC2 recommended for a persistent public facing website?

My company is about to write a new public facing website in SharePoint (so Windows Server 2008 RC2, SQL Server 2008 RC2, etc) and we're looking at using Amazon EC2 to host it. I've read and been told ...
2
votes
2answers
1k views

Using Boto to find to which device and EBS Volume is mounted

How do I find to which device and EBS Volume is mounted with Python Boto (v2.0) boto.ec2.Volume https://github.com/boto/boto/blob/master/boto/ec2/volume.py has some interesting properies e.g. ...
2
votes
3answers
784 views

What root-device to use for a new EC2 instance?

I'm trying to get started with Amazon's EC2. I have to choose an image (AMI) to start with. I've settled on using the official Ubuntu AMI, but I have two options for the root store - "instant" or ...
2
votes
2answers
745 views

Why do Windows snapshots take a long time?

I am running a vanilla Windows install on Amazon EBS volume. The computer takes 10 minutes to boot, which may be understandable as 2 reboots are required. However, taking a snapshot is also a 10-15 ...
2
votes
1answer
413 views

amazon-product-advertising-api gem + Rails 3

Does the amazon-product-advertsing-api gem work with rails 3?
2
votes
1answer
315 views

Moving Postgres tablespaces and tables across EC2 instance

I have postgres database running on Amazon EC2 instance. I have few tablespaces created for some monthly tables, such that each table is on individual tablespace. To get the maximum performance, I ...
2
votes
2answers
510 views

Reduce EBS volume

I know about increasing, but is there a way reduce the size of an EBS volume? Like I've put effort into my AMI but soon realized it's way to big for my needs. It's a windows 2008 instance.
2
votes
3answers
9k views

EC2 - taking an EBS snapshot, saving to S3, and then launching instances from S3

I like the convenience of taking an AMI snapshot - but ideally I do no want to pay for the volume to be attached to my running instance. Is there a way to save a snapshot instance to S3 and then ...
2
votes
1answer
842 views

EC2- Booting from an EBS snapshot and then detaching the volume to reduce costs

I would like to boot from an EBS snapshot for convenience but then I would like to detach the volume after launch so I don't have to pay for it. Is this possible?
2
votes
1answer
533 views

save on cost when using Amazon EBS

Seeing that Amazon has priced the usage of EBS as: $0.10 per GB-month of provisioned storage; $0.10 per 1 million I/O requests Even though the value is in millions, I/O request add up pretty ...
2
votes
5answers
2k views

Automating Amazon EBS snapshots anyone have a good script or solution for this on linux

I'd expect this to be fairly routine, but cannot find a simple approach for creating an managing EBS snapshots automatically. Was hoping there'd be a shceduler in the AWS console.. alas not yet. ...
2
votes
3answers
1k views

In Amazon EC2, how do I copy a EBS volume to another user?

I have created an amazon EBS volume using my amazon credentials. My customer gave me his customer credentials so that I create for him an EC2 machinge with the disk I created attached, how do I do ...
1
vote
1answer
101 views

Having problems making AWS ElasticBeanstalk work with Sun JDK

In my application I need the tomcat to be powered by SunJDK. But the default AWS EBS AMI comes with OpenJDK. So I wanted to change this to Sun JDK. But this simplistic task is turning out to be ...
1
vote
1answer
104 views

Wowza Media Server: S3 or EBS?

we want to set up a Media Server Streaming Service, which implies recording and live streaming and some other features. I read some documentation and posts and some people recommends S3 as storage ...
1
vote
1answer
102 views

do you know of a guide how to set up Raid 10 using EBS?

I found this article http://alestic.com/2009/06/ec2-ebs-raid but What should I do to setup Raid 10 on EBC ?
1
vote
3answers
192 views

What are the benefits of running a database on Amazon EBS instead of in the EC2 instance?

I'm going to need to host a website with an underlying database. I know I can either run the database on the instance itself, or I can have it on an EBS volume. I'm going to be backing up to S3 every ...
1
vote
1answer
60 views

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 ...
1
vote
2answers
217 views

Solr merge reaching io limits on amazon ec2

We use apache-solr with over 10 million documents with a merge factor 2. It is hosted on amazon ec2 (amazon linux) with ebs volumes attached.Index resides on ebs.During merge, the io limit is reached ...
1
vote
2answers
1k views

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) and the copying process windows is showing 10 Hours remaining. ...
1
vote
1answer
369 views

Using Amazon S3 php REST API vs. Mounting S3 bucket to server (s3fs)

I will be launching an application in the very near future which will, in part, require users to upload files (images) to be viewed by other members. I like the idea of S3 as it is relatively cheap ...
1
vote
1answer
793 views

Differences between Amazon Elastic Block Storage (EBS) and Windows Azure Drives

I've been looking at using either Amazon EC2 or Windows Azure to host a new project, and plan on using either Amazon EBS or Windows Azure Drives to store the files used to run an ASP.NET website. To ...
1
vote
1answer
870 views

Need a step by step guide to host a website on AWS

I've been browsing for a week on how to use AWS. I've always been using cpanel (I'm new to web) but someone recommended AWS to me. From the info I pieced together from various websites, I think I'm ...
1
vote
1answer
331 views

Amazon EBS pricing: monthly? daily? hourly?

With Amazon Elastic Block Store, you only pay for what you use. Volume storage is charged by the amount you allocate until you release it, and is priced at a rate of $0.10 per allocated GB per ...
1
vote
2answers
204 views

Rewriting Amazon S3 static urls

In the interest of hosting purely static sites from Amazon S3, is the only route to rewrite the URLs and endpoints for accessing it's resources in a friendlier way via a rewrite engine such as any web ...

1 2