Questions tagged [autoscaling]
282 questions
0
votes
0 answers
Elastic beanstalk hooks are not created on the first "eb deploy" or in the new EC2 instances
With reference to the docs,
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platform-hooks.html
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customize-containers-ec2.html
Consider I have .ebextension/03_hooks.config which…

Babu
- 151
- 1
- 5
0
votes
1 answer
How to time the user-data script runtime on instance creation?
I've configured a Stack at AWS CloudFormation which creates an AutoScaling Group and starts a few servers.
The member servers are running a user-data script (#!/bin/sh) the first time they are up.
I would like to time the user-data process.
How…

Itai Ganot
- 10,644
- 29
- 93
- 146
0
votes
2 answers
scaling up when new object is inserted in s3
I want to setup auto scaling in following way.
I am storing website data as zip in aws s3 bucket (versioning not enabled)
when an instance is launched in auto scaling, user data will have shell script for fetching zip file from s3 bucket and unzip…

Shivanand
- 33
- 6
0
votes
1 answer
agent.googleapis.com/agent/ no metric found
I'm trying to set an instance group managed autoscaling based on memory_usage. I installed the agent on my GCP windows server VM and I'm able to see metrics on the Stackdriver dashboard. Now, when I set the metrics type…

Giorgio Cerruti
- 111
- 5
0
votes
1 answer
AWS AutoScaling Less and Big instances vs More and Small Instances
AWS ECS autoscaling, we are using 6 of c4.2xlarge
instances for autoscaling group.
Wondering is it a better idea to downgrade instance types and increase number of instances to 15
0
votes
1 answer
AWS CloudFormation: Make ELB not available for requests while ASG returns non 200 (OK) on the healthcheck
I have an ELB and ASG, where ASG has to do some warmup for about 75 minutes, before it can serve the full and correct results. I specified a health check grace period of 4500 seconds. In the ELB template I specified a HealthCheck Target to ping,…

Aliya
- 101
0
votes
1 answer
How to notify high load and low load using NGINX
Is it possible to be notified by calling an API through NGINX when the load is very high depending upon the threshold that is configured as well as during the server sitting idle with much less load.
My intention is to build a service that will be…

Soumik Dutta
- 1
- 1
0
votes
1 answer
Single Application Multiple Instaces
ok i have an application that creates PDF from a flat file that is provided by the client... the flat file has about 1 million records
i have an ec2 micro which just has my user interface.At a time the client's flat file is uploaded by the client…

Reuben Gomes
- 103
- 2
0
votes
1 answer
Azure Auto Scale - Last minute alone rule?
How can I create a rule that would trigger when the CPU % for the LAST minute is bigger than 90%?
0
votes
1 answer
AWS Auto Scaling and CodeDeploy never leaves Pending:Wait
I am having an issue with Auto Scaling on AWS. It seems a lot of people have had similar issues, but I haven't been able to find anything that resolves my specific problem. When I manually increase the number of servers in my Auto Scaling Group…

codephobia
- 135
- 1
- 9
0
votes
1 answer
What are the requirements to get public IPs for EC2 instances in auto scaling groups?
My goal is to start some EC2 instances that should be managed by an auto-scaling group. All instances should have public IPs.
In my tests, I noticed that depending on the configuration of the AWS account, this is not always possible. In the test…

Philipp Claßen
- 551
- 2
- 8
- 21
0
votes
1 answer
Google cloud autoscaling kills instances which do job
I'm trying to setup GCP autoscaling for my application (video converting service) and I'm experiencing the following problem:
Let's say the autoscaler creates 3 new instances and in the each instance I have 4 running processes of converting video.…

user2452849
- 1
- 1
0
votes
1 answer
can i use multiple VMs with single boot disk for autoscaling in google cloud
My Average CPU loading about 40-50%, but in peak time (generally 4 hours)server response time is too late.
How to overcome this issue?
Is there any other way to add additional CPU power in prescribed time.
in autoscaling every VM creating bootdisk…
0
votes
2 answers
SPF ip4 record for servers in auto scaling group?
I have a set of servers in an ASG behind a load balancer on AWS that are all capable of sending emails. The problem is I need to authorize an IP in our DNS SPF record in order to keep emails from these servers out of spam folder. I am not sure what…

Zach
- 1
0
votes
1 answer
PHP or Nginx configuration settings in AWS Auto-Scaling group
I did all the changes to AWS EC2 machine for Nginx & settings up PHP values and tested everything and than baked the AMI so it can be launched under AWS auto-scaling group.
All is good, but when developers or application rewrite requires sometimes…

Farmi
- 379
- 1
- 4
- 17