Questions tagged [amazon-ebs]

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.

Docs

632 questions
0
votes
1 answer

Hot to get Gradle running with elastic bamboo agent?

I am struggling a little bit to get Gradle running with Elastic Bamboo. I would install Gradle on our mounted EBS-Snapshot. Then take a new one and afterwards add this as Executable capability to the elastic image config. Is this enough? Since…
Strinder
  • 2,111
  • 2
  • 21
  • 34
0
votes
1 answer

AWS : Splitting software & data in different volumes

AWS recommends keeping data & OS on separate EBS volumes. I have a webserver running on EC2 with an EBS volume. On a bare VM, I install the following: - webserver, wsgi, pip & related software/config (some in /etc some in /home/) - server…
0
votes
1 answer

Increase storage on running EC2 using EBS

I have a instance running on EC2 with default storage of 8GB. I also have mysql running on that instance which is taking most of the storage on the instance. I have already created another volume mounted on /vol1 Is there a way the when mysql run…
Rahul Garg
  • 8,410
  • 8
  • 33
  • 28
0
votes
2 answers

How to transfer files from iPhone to EC2 instance or EBS?

I am trying to create an iOS app, which will transfer the files from an iPhone to a server, process them there, and return the result to the app instantly. I have noticed that AWS offers an SDK to transfer files from iOS app to S3, but not to EC2…
Sriram
  • 999
  • 2
  • 12
  • 29
0
votes
1 answer

Getting higher number of aws snapshot than the snapshots I've in my AWS account

When I try to do : conn = boto.connect_ec2(access_key = "xxxxxxx", access_secret = "yyyyyy") snapshots = conn.get_all_snapshots() I get different number of snapshots(more than snapshots I see on console) but when try to execute snapshots =…
Sumit Murari
  • 1,597
  • 3
  • 28
  • 43
0
votes
1 answer

What happens with data when I stop EBS backed instances

What happens with data in Ephemeral storage when I stop EBS backed instances? AWS makes a snapshot and store it in EBS - not losing data AWS makes a snapshot and store it in S3 - not losing data AWS makes a snapshot and store it in EBS - losing…
duhdh12
  • 33
  • 1
  • 10
0
votes
1 answer

Can I migrate between EC2 instance types using the same EBS volume to boot off of?

I have a scheme for a cheap minecraft server using t2 instances. If I want to play with just a few friends, I will use t2.small. If I want to play with a lot of friends I will detach the volume, attach it to a t2.medium and play on that. From…
Philip
  • 4,128
  • 5
  • 31
  • 49
0
votes
1 answer

Expand Amazon ebs volume

I have Ubuntu ec2 instance. I have attached EBS volume which is restored from snapshot. Volume size is 100GB and there is partition of 30GB containing data and 70GB blank space. EBS volume has x86 boot sector(ntfs) file system. Now I want to expand…
Devz
  • 603
  • 6
  • 18
0
votes
1 answer

Which one is better, one 300GB EBS or three 100GB EBS?

When launching a new EC2 instance with EBS (especially the new C4 instance), which one is better? Assuming I need to provision 300 GB total. 1 single 300 GB EBS storage to get 900 IOPS (General Purpose SSD) or 3 EBS storage with 100 GB each and get…
user1576748
  • 677
  • 3
  • 14
  • 27
0
votes
1 answer

EC2: How to tell if disk volume is instance store or EBS?

I have a number of volumes (same size) attached to a Windows EC2 instance in Amazon AWS. One of them is told to be an instance store, the rest are EBS. How do I tell which one is the instance store? They all look the same in Device Manager - "XENSRC…
Alex from Jitbit
  • 53,710
  • 19
  • 160
  • 149
0
votes
1 answer

Amazon EC2 unexpected billing amount

I´m quite new with Amazon Web Services. Some months ago, I created a m3.medium instance on demand. According to AWS EC2 prices, this instance is 0.077$/hour. This means 55,44$/month (november). However, I got a billing of 74.76$ (91.12$ with…
Rober
  • 5,868
  • 17
  • 58
  • 110
0
votes
2 answers

How to get PHP site live on amazon EC2 instance?

I have already installed ubuntu14, lamp, phpmyadmin on the EC2 instance. The site is running fine with the public dsn: http://ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com. Now I need to make it live for original domain like…
Rajan Rawal
  • 6,171
  • 6
  • 40
  • 62
0
votes
3 answers

Return only images ID's from ec2-describe-images command

As part of a script, I am trying to find the image ID's of already made images. When I run this command for instance: ec2-describe-images --filter "description=$instance_ID" -O $O -W $W It returns all information on the resulting images. IMAGE…
whla
  • 739
  • 1
  • 12
  • 26
0
votes
1 answer

Attach EBS volume to EC2 instance when cloudwatch alarm triggers

I have a business case when an EC2 instance runs out of space, we need to spawn new EBS volume, attach it to EC2 instance and format it. I have created one cron job which keeps sending disk usage to cloud watch and trying to create one alarm this…
Shekhar
  • 11,438
  • 36
  • 130
  • 186
0
votes
1 answer

Can an existing device-name be given to a new EBS volume being attached to an Amazon EC2 instance?

Let's say there is a single disk Disk 0 at an Amazon EC2 instance Instance1 with the corresponding EBS volume having the device-name /dev/sd1. Let's say this disk maps to C-drive on the VM. Now can we create a new EBS volume attach it to Instance1…
Amit Dash
  • 584
  • 8
  • 21