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
0
votes
0 answers

AWS EBS, S3 and RDS

I have a list of questions regarding AWS usage which I am not sure if I get the correct answer or if I am using the best practice available. Before the use of AWS, I have or do the following in my Macbook: - Maintain a small .odb database (Around…
Bosco Lam
  • 43
  • 2
0
votes
2 answers

How to give user permission to access AWS Elastic Beanstalk logs from console

I as an admin have created several Elastic Beanstalk applications in AWS. Now I want to give some of my team members access to login into AWS and view EBS logs - I mean read-only access. I don't want them to be able to update or deploy or crate new…
user2203676
0
votes
0 answers

EC2 r3 8xlarge EBS limit

We have a r3.8xlarge SQL 2014 instance. We have attached 2 EBS volumes (each of 5 TB) to this instance. We need another 5TB volume that we plan to attach to this SQL instance. Is there a limit on how many EBS volumes can be attached or total EBS…
AreForRavi
  • 11
  • 6
0
votes
1 answer

Kubernetes MaxVolumeCount is less than max pods per node

I've just upgraded my Kubernetes cluster to version 1.7.11. This increased the maximum number of pods I can run per node from 40 to 100. However it seems like now I can only attach 39 volumes per node. If I try to create more I get: No nodes are…
Mikhail Janowski
  • 4,209
  • 7
  • 28
  • 40
0
votes
1 answer

Kafka on AWS with Raid-0 striping

AWS confluent quickstart configures Kafka log.dirs with 4 512GB EBS block devices with RAID-0 striping for higher throughput and also helps bypass the 1TB limit of block devices without provisioned IOPS. I have just learned that losing a block…
0
votes
2 answers

Hitting EBS volume limit

I am trying to launch 210 instances of type p2.xlarge. Earlier I am hitting instance limit which I have increased now to 300 but now I am getting 'Client.VolumeLimitExceeded: Volume limit exceeded' error. Can you please help to resolve this issue?…
Atish Kumbhar
  • 579
  • 1
  • 8
  • 21
0
votes
2 answers

AWS : Elastic Beanstalk single profile with multiple applications

I am trying to figure out how can i set up two or more applications in single repository. Lets say: I wanted to keep separate Eb Applications for Production(P) and Development(D) with one environment each(P > env-p & D > env-d). So how can i config…
Muzammil
  • 161
  • 1
  • 2
  • 12
0
votes
0 answers

Archive SQL Server Data in EBS to Glacier

We have a SQL Server hosted on EC2 that has multiple databases. The data for all the databases is stored in an EBS volume. We have a requirement where some of the databases are not in use and the data associated with those inactive databases can be…
AreForRavi
  • 11
  • 6
0
votes
1 answer

Errno::ENOENT (No such file or directory @ rb_sysopen - aws.yml)

site deployed in aws elastic beantalk aws.yml production: access_key_id: 123333231331.... secret_access_key: 12212dddddd........ production.rb config.paperclip_defaults = { :storage => :s3, :preserve_files => true, :s3_credentials =>…
0
votes
1 answer

EC2 cost after free tier ends

I'm using the AWS free tier to run my EC2 t2.micro instance with 30GB EBS storage. My question is - when the Free Tier time will end, how much I will pay in total for running my EC2 instance? I understand that the EC2 payment is ~$100/year, but what…
OrSmolnik
  • 309
  • 1
  • 2
  • 12
0
votes
2 answers

Safe to delete an EBS volume in a cloudformation stack

I have a cloudformation stack where I create instance with 2 EBS volumes, 1 main/root and 1 that has a lot of test data. The only reason to attach the test data is top load the data into hadoop in the beginning after stack creation. After that I…
alexfvolk
  • 1,810
  • 4
  • 20
  • 40
0
votes
1 answer

Use AWS EBS instead of a redundant Database Server for backup

Iam new to AWS and iam tryin to find a good way for backing up my EC2 Instance. I would like to run an application on my ec2 isntance with a database. Exactly, my application and also my database would run on the ec2 instance. My question is now…
Khan
  • 1,418
  • 1
  • 25
  • 49
0
votes
1 answer

Understanding AWS EB components

I have a nodejs project repo containing multiple services. One client API and one worker process. I use redis for communication and queuing. Both these services needs to be in auto scaling group. How would I setup this architecture in EB? Should I…
sidoshi
  • 2,040
  • 2
  • 15
  • 30
0
votes
1 answer

Hackers scanning domain causing latency

I have a production service for a flask api used by an app hosted on amazon elastic-beanstalk. Every few hours, a hacker scan the address for vulnerable routes like /phpmyadmin. The api only use our own code, so it is unlikely they will gain access.…
T4rk1n
  • 1,380
  • 12
  • 15
0
votes
1 answer

How to finish long-running task on Tomcat when AWS AutoScaling is terminating the EC2 instance?

I have an application that is deployed to Tomcat 8 that is hosted on ElasticBeanstalk environment with enabled auto-scaling. In the application I have long-running jobs that must be finished and all changes must be committed to a database. The…
Roman Proshin
  • 830
  • 2
  • 9
  • 18