Questions tagged [amazon-web-services]

Amazon Web Services (AWS) delivers a set of services that together form a reliable, scalable, and inexpensive computing platform "in the cloud". If you have a question about a specific web service, consider asking on its tag, e.g., amazon-ec2.

8595 questions
19
votes
3 answers

Can I re-use an EBS volume with AWS ASG?

I want to create an ASG such that I can reuse existing EBS volumes (because I have persistent data on those volumes) to new EC2 instances that are instantiated via ASG. Is this possible? Update copied from comment To clarify my original question,…
steve landiss
  • 399
  • 1
  • 3
  • 8
19
votes
1 answer

Does Heartbleed affect AWS Elastic Load Balancer?

The Heartbleed OpenSSL vulnerability (http://heartbleed.com/) affects OpenSSL 1.0.1 through 1.0.1f (inclusive) I use Amazon Elastic Load Balancer to terminate my SSL connections. Is ELB vulnerable?
secretmike
  • 323
  • 2
  • 8
19
votes
2 answers

/etc/security/limits.conf soft nproc limit appears to be ignored

My MongoDB database was running into problems under load, with the following errors spamming the logs: [initandlisten] pthread_create failed: errno:11 Resource temporarily unavailable [initandlisten] can't create new thread, closing connection I've…
John M
  • 333
  • 1
  • 3
  • 7
19
votes
2 answers

AMI with or without reboot on AWS EC2

When creating AMI's from an EC2 instance I always check "no reboot", I've been wondering, what are the pros/cons of creating images with/without a reboot? Does keeping the server live affect the quality of the ami produced or is it just as good as a…
Jamie Taylor
  • 372
  • 1
  • 6
  • 15
19
votes
4 answers

How do I set an MX record in Route53 for a GoDaddy domain?

Can't seem to find an answer to this question on AWS' forum, not in the Route53 manual, nor on Stackoverflow/Serverfault in a way that makes sense...and GoDaddy's support sure as heck ain't got an answer: How do I set an MX record in Route53 for a…
19
votes
4 answers

How to allow elastic load balancer through port 80 in security groups?

I want to temporarily block port 80 for the outside world, but want the load balancer to pass through the firewall (via security group) so it won't see the instance as unhealthy. How can I do that? Update: I also want to know how can I allow only…
Liron Harel
  • 431
  • 1
  • 4
  • 13
19
votes
3 answers

Download existing EC2 key pair

I am playing around with Amazon EC2 and have (finally) managed to SSH into the box from my home machine. Now I want to connect from my work machine but neglected to copy the key pair on a USB key. Is there a way of downloading an existing key pair…
Ben Everard
  • 599
  • 3
  • 7
  • 22
18
votes
3 answers

Why is my "volume bytes used" always increasing on my Amazon Aurora cluster?

I have an Amazon (AWS) Aurora DB cluster, and every day, its [Billed] Volume Bytes Used is increasing. I have checked the size of all my tables (in all my databases on that cluster) using the INFORMATION_SCHEMA.TABLES table: SELECT…
Guillaume Boudreau
  • 674
  • 1
  • 6
  • 13
18
votes
2 answers

Is there a way to stop the AWS Elasticsearch?

I setup an AWS Elasticsearch Domain recently but I didn't see a way to stop it (like you can with an EC2 instance), which means I'm continuously billed. At this stage I just need to do some testing and don't require a full-time cluster. The only…
codecraig
  • 387
  • 2
  • 4
  • 8
18
votes
2 answers

How do I get AWS CloudFormation to recreate a resource I manually deleted?

I'm experimenting with CloudFormation right now. I deployed a stack that included an AutoScalingGroup (and LaunchConfig and CloudFormation::Init), LoadBalancer, a single EC2 instance (and CloudFormation::Init), and a couple security groups. If I…
gregmac
  • 1,579
  • 4
  • 18
  • 27
18
votes
3 answers

How to stop elastic beanstalk without terminating?

Is there any way to stop an elastic beanstalk environment as opposed to terminating it? There are times during testing that I would prefer to stop the environment so that I'm not being charged. However, I'm not seeing a way to do this via the GUI.…
nu everest
  • 957
  • 3
  • 14
  • 27
18
votes
5 answers

Is it possible to get aws ec2 instance id based on its IP address

I have list of IP addressed, I want to find if instances associated with the IP address are still running or terminated. I am launching and terminating lot of instances on daily basis, just want to remove their certificates from puppetmaster. If…
Ramesh Kumar
  • 1,770
  • 5
  • 19
  • 29
18
votes
6 answers

Amazon EC2 Security Group inbound rule with a dynamic IP

I'm looking for clarification on what I see as a potential problem with EC2 Security Groups. I'm setting up a Security Group for connecting to linux instances. I've created "anywhere" rules for HTTP and HTTPS access. For my SSH rule, the amazon…
Will Byrne
  • 283
  • 1
  • 2
  • 4
18
votes
3 answers

AWS ElastiCache/SimpleQueue vs DynamoDB

I'm wondering about the rationale for using ElastiCache/SimpleQueue vs just having "Cache" and "Queue" tables inside of DynamoDB respectively. It seems that the network latency to the Cache/Queue services would trump a lot of the performance gains,…
18
votes
1 answer

Allow traffic from any instance in AWS VPC

'm trying to create a security group that allows all inbound traffic originating from within my VPC. I thought I could simply specify my CIDR block, but that doesn't seem to work and requests fail unless I create a rule which allows inbound traffic…
LuxuryMode
  • 283
  • 1
  • 2
  • 6