amazon-ebs Questions

3

Solved

On Amazon EC2, when you use an EBS volume as the root device for an EC2 instance, the "Delete on Termination" flag defaults to true, meaning the volume will automatically be deleted when you destro...
Catchment asked 15/7, 2014 at 19:21

4

Solved

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 ...

3

Solved

I'm trying to view an AMI shared from one of my amazon accounts with another amazon account and it's not visible. I've followed all of the instructions here: http://docs.aws.amazon.com/AWSEC2/late...
Boroughenglish asked 14/10, 2013 at 17:23

4

I was using the instructions on https://matt.berther.io/2015/02/03/how-to-resize-aws-ec2-ebs-volumes/ and http://atodorov.org/blog/2014/02/07/aws-tip-shrinking-ebs-root-volume-size/ to move to a EB...
Subastral asked 6/7, 2015 at 12:18

3

I've created an AMI(EBS AMI) using the Amazon AWS console. That AMI has 2 snapshots attached to it. Now I want to backup that AMI to a S3 bucket. Is this possible? I actually need to do this to be...
Ovariotomy asked 24/11, 2011 at 17:46

2

Solved

EBS talks about IOPS. However, what does IOPs actually mean? I have found this online: "IOPS (input/output operations per second) is a popular performance metric used to distinguish one stora...
Zoophilous asked 2/11, 2020 at 18:3

6

I have EC2 instance with EBS volume attached, so that describe-instances command prints: "DeviceName": "/dev/sdf", "Ebs": { "Status": "attached", "DeleteOnTermination": false, "VolumeId": "vo...
Mis asked 17/10, 2016 at 19:0

2

Solved

It's probably a silly question, but I can't understand the difference between these 2 amazon linux 2 amis: ami-7105540e amzn2-ami-hvm-2.0.20180622.1-x86_64-ebs ami-b70554c8 amzn2-ami-hvm-2.0.20...
Voyeur asked 8/7, 2018 at 12:57

3

Solved

In the AWS Key Management Service Best Practices whitepaper, in the section on Data at Rest Encryption with Amazon EBS, it states: There are two methods to ensure that EBS volumes are always enc...
Tempt asked 31/10, 2017 at 16:27

3

Solved

Are there different type of a volume other than EBS volume in aws? I see a term EBS volume but don't seem to recall any other volume mentioned. Also, EBS is just a name for their volume? EBS -...
Stuff asked 8/8, 2013 at 23:26

3

Solved

I have about 400 GB data on an Amazon EBS volume and I need this data in a S3 bucket for Hadoop EMR usage. How can I move/copy data from an EBS volume to a S3 bucket (both S3 bucket and EBS ...
Ethelstan asked 10/7, 2014 at 9:45

2

Solved

I'm trying to use Auto Scaling groups in AWS to create and manage instances created from AMIs with encrypted snapshots, which have been encrypted by a CMK owned by a different AWS account. I keep...
Theatrical asked 26/4, 2019 at 1:48

2

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 pr...
Ichthyoid asked 29/11, 2012 at 18:36

2

Solved

For database directories for MongoDB, Cassandra or Elasticsearch clusters with high availability, should I use EBS or EFS? MongoDB, Cassnadra and Elasticsearch clusters take care of replicating dat...
Poltroonery asked 15/12, 2018 at 13:14

1

Solved

Is it possible to download aws ebs pricing programmatically? I was able to get the entire AWS service index file downloaded, but I don't see Amazon EBS listed. I downloaded the AmazonEC2 pricin...
Ylem asked 17/7, 2018 at 16:30

3

Solved

What information have you been able to gather regarding how do the amazon web services work? What hardware do they use What web server What Operating System What storage for AWS What virtualizati...
Pepillo asked 8/3, 2009 at 16:37

4

Solved

I've followed aws doc for expanding elastic root volume and got my root volume size increased from 8 GB to 20 GB, which i confirmed using lsblk. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT xvda 202:0...
Liddle asked 26/2, 2017 at 7:21

3

Solved

Cant Modify or Resize Amazon EBS Volume. In us-east-1d N. Virginia. The instance it's connected to is t2.medium CentOS 7. Any help would be appreciated.
Garlan asked 12/6, 2017 at 19:47

1

AWS provides guidelines as to how to upgrade a MySQL 5.5 instance to MySQL 5.6 using read replicas. However, its final step is to point your application to the new database, but EBS provides no mec...
Escapade asked 4/5, 2014 at 23:28

4

Solved

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 mo...
Etter asked 29/3, 2011 at 6:5

2

I have a number of large (100GB-400GB) files stored on various EBS volumes in AWS. I need to have local copies of these files for offline use. I am wary to attempt to scp such files down from AWS c...
Furgeson asked 24/1, 2014 at 21:36

1

Solved

Can you point me to some resources on how EBS works behind the scenes for gp2 volumes? The way I understand it, it is a service, but really it is some form of connecting arrays of SSD drives to the...
Castera asked 14/4, 2017 at 15:13

7

Solved

I have a server running the recent Ubuntu AMIs from Canonical. The size of the EBS boot volume is 8GB. I know that I can resize EBS volumes by taking a snapshot, creating a new volume and exp...
Campy asked 7/3, 2012 at 15:31

1

I have a socket server application written on node js, hosted on Amazon EBS(Elastic bean stalk) which is managed by load balancer Clients connects to the socket and pass specified id, say event_i...
Marten asked 13/3, 2017 at 11:12

2

Wrote one CFT to create redhat instance with two ebs volume attached. And need automount or formatted the ebs volume from the cft itself. CFT: "BlockDeviceMappings": [ { "DeviceName": "/dev/sda...

© 2022 - 2024 — McMap. All rights reserved.