Questions tagged [aws-ebs]

Use this tag for questions related to Amazon Elastic Block Store (Amazon EBS), which provides block level storage volumes for use with EC2 instances.

Useful Links:

  1. AWS - Elastic Block Store
  2. Documentation
112 questions
1
vote
1 answer

Delete contents of AWS EBS Volume

How do I clear the contents of an Amazon AWS EBS volume. I am looking to revert it to the factory state. I am not looking to delete the volume itself and will be reusing it with the same instance I currently use it with.
Nimesh Neema
  • 1,528
  • 2
  • 17
  • 44
1
vote
1 answer

EBS storage for EMR

Can someone please clarify on what could be an use case for having an EBS volume, in an EMR cluster (transcient / on-demand cluster). what are the benefits of using an EBS volume in an EMR? since the EBS will be deleted as well, with the termination…
Yuva
  • 2,831
  • 7
  • 36
  • 60
1
vote
1 answer

I have to include :433 to access HTTPS on AWS Elastic Beanstalk

I'm having trouble setting up my HTTPS on AWS Elastic Beanstalk. My current problem is that, although HTTPS is working, the user must include the port number. My aim is to get "example.xyz" to redirect to "https://example.xyz". At the moment I have…
1
vote
3 answers

Issues with Docker Swarm running TeamCity using rexray/ebs for drive persistence in AWS EBS

I'm quite new to Docker but have started thinking about production set-ups, hence needing to crack the challenge of data persistence when using Docker Swarm. I decided to start by creating my deployment infrastructure (TeamCity for builds and NuGet…
1
vote
0 answers

EC2 instance type for MySql database

Not using RDS and using barebone EC2 instance for mysql. Is it beneficial to use I or D type instance when using EBS for data storage? What I have understood is I and D instance come with instance storage which is optimized. But if you are not going…
Arslan Mehboob
  • 1,012
  • 1
  • 9
  • 21
1
vote
2 answers

Does d2.xlarge instance has EBS storage?

We are trying to use the d2.xlarge instance type for worker nodes in Hadoop cluster. When i look at the AWS Site https://aws.amazon.com/ec2/instance-types/ It says HDD based local storage. Is it EBS Storage? or attached to the EC2 instance?
Shankar
  • 8,529
  • 26
  • 90
  • 159
1
vote
2 answers

Reuse EBS volumes when auto scaling group launches new instance

I have cloud formation template that creates two EBS volumes and I am attaching those volumes to instance using aws ec2 attach-volumes from user data, also I have auto scaling group setup, so when I update stack with different instance type and it…
Nani
  • 117
  • 1
  • 12
1
vote
0 answers

deploying django project on aws elastick beanstalk

Your requirements.txt is invalid. Snapshot your logs for details. getting an error while deploying the Django project to aws server. I have tried upgrading pip but it is not working. also in aws documentation, any changes done in ssh terminal will…
1
vote
1 answer

Kubernetes node with high disk usage caused by docker overlay

I am facing a problem with kubernetes nodes deployed on AWS. (Cluster with 3 nodes and 1 master running on m3.large instances with each about 25GB) After (about 3 days) there is 0KB left on disk and the cluster get stuck. All the storage (more or…
nrhode
  • 913
  • 1
  • 9
  • 27
0
votes
1 answer

Encrypting existing EBS volume live

As far as I understood from AWS official documents (about EBS encryption) and other sources in the internet These are the steps that we can encrypt an unencrypted EBS volume: Create a snapshot with encryption Create a volume from the encrypted…
Mohammad Moallemi
  • 628
  • 1
  • 5
  • 13
0
votes
1 answer

Permission denied in Elastic Beanstalk

node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/var/app/staging/node_modules/grpc/src/node' gyp WARN EACCES current user ("healthd") does not have permission to access the dev dir "/root/.cache/node-gyp/12.13.0" gyp WARN EACCES…
0
votes
1 answer

AMI EC2 EBS Backup- cost forecasting

Actually I have to take forecast of costing for one my instance, which is having a number of volumes attached... These volumes are different in size and types. Let's suppose I took the AMI backup and terminated the server. Now my confusion is how…
0
votes
1 answer

How do I set "snapshot on delete" for an AWS EBS Volume created via a LaunchTemplate

In the Amazon Web Services cloud (AWS), I want to create a launch template that launches an AMI with a root EBS volume and a separate EBS data volume. When the instance is deleted, I want both volumes deleted, but first I want the data volume to…
Old Pro
  • 24,624
  • 7
  • 58
  • 106
0
votes
2 answers

delete the snapshot if its volume is deleted

I need to delete the snapshot of my Elastic Block Store volume whose EBS volumes are deleted. I would like to do this using a Lambda function. I wrote a script which will give me false if the EBS volume does not exist. How can I modify it to delete…
0
votes
1 answer

EC2 EBS partitions went into in-accessible state and the LVM mount point went to inactive state

EC2 EBS partitions went into in-accessible state and the LVM mount point went to inactive state. Any suggestion ? We have have started the new snapshot of ebs volume not sure this is gonna help . Any comments or suggestion ? According to our server…