Questions tagged [amazon-ebs]

This is for questions on Amazon's storage service for its ec2 service.

572 questions
-1
votes
1 answer

What is AVG I/O request for normal EC2 Instnace with web server on Amazon AWS

I have Amazon Ec2 instance with EBS Volume. Standard EBS Volumes are billed $0.10 per 1 million I/O requests Now I am not able to guess how much is the normal I/O request for normal server. and in MAx case how large it can do. how can i get the…
MOtaro Site
  • 193
  • 2
  • 3
  • 13
-1
votes
2 answers

How to load balance when database and application running on same instance in Amazon EC2

I have the situation where I am running my application and Postgresql database on same Ec2 instance. Data of Postgresql gets saved on another EBS Volume different from the Root volume of the instance. If I want to load balance this setup by…
codecool
  • 123
  • 7
-1
votes
1 answer

EBS full device confusion

I have a 500GB EBS device (/dev/xvdf) mounted to /vol and all data on the box seems to be writing to /vol correctly (see du output below). For some reason /dev/xvda1 is totally full. Any idea what's going on here? $ df -h Filesystem Size Used…
Mike
  • 73
  • 1
  • 4
-1
votes
1 answer

Which filesystems are better for serving php code (via apache2) on amazons EBS?

I have an Ubuntu EC2 instance on amazon. The instance has an apache2 webserver serving php5 code. I'm using APC for op-code caching, Zend Framework as my framework, and Doctrine 2.2 as my ORM. EDIT START: I know there are other bottlenecks, however…
Doron
  • 543
  • 1
  • 6
  • 14
-1
votes
1 answer

Loop the status Result using PowerShell

I have written a script in PowerShell which creates aws ebs snapshot , its working fine without an issue , except i am not able get the Progress status at regular interval to proceed with next step in script. Until unless i dont get update that…
-1
votes
2 answers

How do I share all resources between two AWS Root accounts?

We have one person that has been in charge of all AWS resources for our company, including EC2, elastic IPs, EBS storage, etc. Now we want a second person to also have access to ALL the resources in the first persons account. So far we…
-2
votes
1 answer

How are EBS-based EC2 instances billed?

I'm working on a project that involves running a lot of spot instances over a short period of time, then terminating the spot reservation and starting the instances with a different AMI. If I reserve 500 spot EBS-backed EC2 instances for a day and…
d33tah
  • 301
  • 4
  • 15
-2
votes
2 answers

Amazon EBS Durability

According to this link: http://aws.amazon.com/ebs/details/#availabilityanddurability It said: Amazon EBS Snapshot can expect an annual failure rate (AFR) of between 0.1% – 0.5%, where failure refers to a complete loss of the volume. This compares…
Ryan
  • 5,341
  • 21
  • 71
  • 87
-2
votes
1 answer

Sync EC2 instances

I know many people have asked how to sync multiple ec2 instances and it seems the usual answer is to store all the assets in S3. Would this still make sense if the only thing I am trying to share between instances are blank text files? Let me give…
-2
votes
1 answer

Amazon EBS speed of volume-imaging hot vs offline?

Amazon permits you to image a hot volume -- one that is online and running. Does this come at a cost to image-speeds though? Will it image the volume substantially faster if you take the instance offline?
Evan Carroll
  • 2,245
  • 10
  • 34
  • 50
-2
votes
1 answer

Which is better - AWS S3 or EBS?

I am trying to create a system where users can upload their data (audio, text) which can run into around 200 MB per user. I am trying to figure out what is the best way to go ahead - using S3 or EBS. Here's what I have found till now based on my…
lostInTransit
  • 149
  • 1
  • 7
-3
votes
1 answer

Not able to ssh into server after mounting users home on other ebs volume

I have a server which has a low storage problem. What i want is to mount the user ec2-user's home directory that is /home/ec2-user to another attached storage drive which is available at /dev/xvdk and its partitioned as xfs and the partition is…
Saad Masood
  • 169
  • 3
  • 9
-3
votes
2 answers

Detatch an EBS volume from one instance and attach to another

If I detatch an EBS volume from an EC2 instance and then attach it to another newly created EC2 instance, would that be okay? If it would work then would I need to install any libraries like PHP, apache, mysql etc again or they'd be installed…
tornados
  • 3
  • 1
  • 2
-3
votes
2 answers

Discover ec2 usernames for public ami

Is there a way to discover or specify the username I need to use to ssh in to an ec2 instance? I know how to select my key pair, but depending on the ami, you need to use a different username. For example, the official ubuntu images require you to…
Jeroen Ooms
  • 2,187
  • 7
  • 32
  • 51
-3
votes
1 answer

Amazon EC2 - Does the 160GB drive charges for IOPS?

If I buy a Standard Small EC2 instance, it comes with a 160GB. But does this 160GB drive is an EBS drive? Or simply storage for the OS... And also am I charged for the IOPS on that 160GB drive?
Jonathan Rioux
  • 1,878
  • 6
  • 33
  • 57
1 2 3
38
39