amazon-ebs Questions

3

Solved

I am storing users' code in file system, at present EBS in AWS. I am looking improving the availability and want to reduce the chances of outage due to EBS going down. EFS appears to be a reasonabl...
Endowment asked 3/11, 2016 at 6:19

2

Solved

I'm looking for a redundancy solution for EBS. Ideally we would have an EBS volume in each AZ - in something similar to a master-slave configuration. Upon the failure of the primary EBS volume, all...
Gaming asked 31/1, 2019 at 22:10

3

Solved

I installed CentOS Atomic Host as operating system for kubernetes on AWS. Everything works fine, but it seems I missed something. I did not configure cloud provider and can not find any documenta...
Foreleg asked 24/12, 2015 at 23:27

12

Solved

I had some unknown issue with my old EC2 instance so that I can't ssh into it anymore. Therefore I'm attempting to create a new EBS volume from a snapshot of the old volume and mount it into the ne...
Coverley asked 1/3, 2015 at 10:4

5

Solved

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 ...
Swaggering asked 5/7, 2012 at 15:36

3

I'm using ECS Fargate to host containers in a service. The service is tied to the target group in order to load balance. https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-sto...
Jilljillana asked 29/4, 2021 at 19:9

3

Solved

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?
Thorndike asked 8/3, 2011 at 2:52

3

Solved

I am trying to use Persistent Volumes in AWS EKS. I followed all the steps mentioned from the below link https://aws.amazon.com/premiumsupport/knowledge-center/eks-persistent-storage/ When I deploy...

1

Solved

We have a EKS setup provisioned where we use a Cloud Native Buildpacks based Tekton Pipeline our PipelineRuns are stuck and pending forever without getting a Pod resource. We created a PersistentVo...

7

Solved

I am trying to stop a Amazon EC2 instance and get the warning message Warning: Please note that any data on the ephemeral storage of your instance will be lost when it is stopped. My Question...
Babel asked 19/7, 2012 at 17:31

4

Solved

I created an EBS volume, attached and mounted it on an EC2 instance. Created few sample text files in the mounted directory and took a snapshot from the AWS console. Problem is, when I create a ne...
Shondrashone asked 12/5, 2010 at 8:48

4

Solved

I've created the persistent volume (EBS 10G) and corresponding persistent volume claim first. But when I try to deploy the postgresql pods as below (yaml file) : Receive the errors from pod: ini...

5

Solved

I'm running an AWS EC2 Ubuntu instance with EBS storage initially of 8GB. This is now 99.8% full, so I've followed AWS documentation instructions to increase the EBS volume to 16GB. I now need to ...
Tisdale asked 20/12, 2019 at 4:56

3

The size property on the DescribeVolumes returns the allocated size, but I would like to know the current used size so that I can plan for requesting an EBS size increase.
Declamation asked 8/3, 2011 at 6:22

6

Solved

I'm migrating a legacy app to Elastic Beanstalk. It needs persistent storage (for the time being). I want to mount a EBS volume. I was hoping the following would work in .ebextensions/ebs.config: ...
Dunderhead asked 17/8, 2015 at 19:2

2

Solved

While choosing a proper EBS volume type I need to decide if IOPS or throughput is a better performance measure. The problem is that I don't fully understand in which practical scenario each of them...
Larios asked 4/12, 2019 at 18:15

1

Solved

Why should one uses IO1 volume over GP3 when it is now possible to manually enter the number of IOPS desired for the GP3 volume ?
Blunger asked 18/11, 2021 at 13:39

3

Solved

I have an EBS volume that displays a state of "in-use - optimizing(%)". What does this mean? What are the optimizations that AWS is performing? This is on a 300gb encrypted gp2 volume attached to a...
Commit asked 3/5, 2017 at 22:49

8

Solved

I am having a problem reconciling the space available on my EBS volume. According to the AWS console the volume is 50GB and is attached to an instance. If I ssh to this instance and do a df -h, I ...
Saturn asked 14/10, 2010 at 12:20

2

Solved

I have applied the following pvc yaml. apiVersion: v1 kind: PersistentVolumeClaim metadata: name: ebs-claim spec: accessModes: - ReadWriteOnce storageClassName: ebs-sc resources: requests: s...
Chicalote asked 17/7, 2021 at 21:22

1

Solved

I'm aware of the concept "provisioner" but i do not understand what intree ebs driver means. Is ebs.csi.aws.com the csi driver maintained by the aws and the other maintained by k8s itself...
Nearby asked 13/7, 2021 at 8:32

4

Solved

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 a...
Arcadian asked 15/5, 2011 at 6:7

1

I'm trying to mount a few volumes to my instance and they are all NVME. I read that NVME volumes don't keeping their mapping the same, each time they are given serialized numbers randomly. The poin...
Honor asked 28/10, 2020 at 8:11

13

Solved

As per the title of this question, what are the practical differences between AWS EFS, EBS and S3? My understanding of each: S3 is a storage facility accessible any where EBS is a device you...

1

I'm back again with a new question: What must be the file system on AWS EBS Multi-Attach volume? On this website https://aws.amazon.com/premiumsupport/knowledge-center/ebs-access-volumes-using-mult...
Annorah asked 7/7, 2020 at 8:14

© 2022 - 2024 — McMap. All rights reserved.