Questions tagged [autoscaling]
282 questions
0
votes
1 answer
Autoscaling Azure SQL Database
I'm looking to set up some type of method to autoscale (vertically) my Azure SQL Databases based on CPU or some other performance metric. My environment is in govcloud and I don't see any options for autoscale. I've create a logic app that will…

jrd1989
- 698
- 15
- 48
0
votes
1 answer
How to autoscale Kubernetes cluster on AWS
I created kubernetes cluster on aws ec2 using kubeadm. Now I need to autoscale the K8's cluster when there are not enough resources on nodes to schedule new pods, How can I achieve autoscaling feature for my cluster?

satya
- 21
- 3
0
votes
1 answer
AWS Autoscaling Group: Invalid fleet configuration Error
Using Terraform to create Autoscaling Group in AWS.
Using mixed_instances_policy in aws_autoscaling_group resource of Terraform.
resource "aws_launch_template" "go_app" {
image_id = "${data.aws_ami.go_app.id}"
instance_type …

Parth Jaggi
- 15
- 5
0
votes
1 answer
How to control AWS Elastic Beanstalk auto scaling based on average response times if one endpoint is expected to take circa 60 seconds
We auto-scale our Elastic Beanstalk Java Application based on the average response times exceeding 3 seconds. When this happens we add 2 instances to our environment. Once we are back within 1.5 seconds average response time then we reduce by 1…

RobbiewOnline
- 101
- 2
0
votes
1 answer
AWS health check and respawn if issue
I have some instances in AWS which I need only one of them, no scaling.
Of course we monitor those instances as well, but before alerting someone. I checked if there's a way in AWS to check for the instance on a regular basis and terminate and spawn…

Kangt_qc
- 113
- 6
0
votes
1 answer
Is it pointless to scale your containers in the same physical server?
This is a question I couldn't find an answer Googling, maybe the terms I should search are different.
Suppose you have a containerized app, NGINX Container, PHP Container and DB Container.
You need to increment processing so you understand that you…

JorgeeFG
- 993
- 8
- 13
0
votes
1 answer
Auto-Scaling Group Simple Policy CPU Utilization
Does the AWS ASG Simple Policy for CPU Utilization trigger based on the aggregate sum measure or the maximum measure?
I am referring to the sum and max statistics listed here:…

Need Answers Fast
- 55
- 5
0
votes
1 answer
Request forwarded to new instances without completion of Startup script (AutoScalling)
I am using google cloud load balancer to Auto scale instances in GCP.
I have setup a Instance group of max 6 instances. When a instance is created, it runs a startup script (To install nginx, php, mongo, psql, composer, clone project).
Google Cloud…

subodhkalika
- 101
- 2
0
votes
1 answer
Azure Auto-Scale - Handling Usage Spikes
I'm having troubles handling usage peaks.
I usually get by just fine with 2 small machines (1core, 1.75 ram), keeping the load under 60%.
The problem is that sometimes usage spikes happen, and CPU goes from the avg 40%-50% to 100%…

Leonardo
- 121
- 6
0
votes
1 answer
Permanent instances with GCE Autoscaling and load balancers
Is there any options in Google cloud autoscaler for marking some number of instances as permanent which shouldn't be destroyed by autoscaler?
In my use case, I need to run some instances all the time (which also serve the critical data) and only…

slal
- 1
0
votes
1 answer
AWS autoscale policy warm up issue
I have an autoscaling group in AWS EC2, on which I have an autoscale policy, which keeps the loadbalancer Request Count Per Target at 800 and it has a warm up time of 250 seconds.
Now, every time a new machine is booted up, regardless of the warm up…

Sebin
- 101
- 2
0
votes
1 answer
AWS ECS: Service + autoscaling vs User Data launching Task
Trying to wrap my head around ECS using EC2 launch (not Fargate, at least for now).
Assume a single long-running task that I want to launch with every container instance. The intended mechanism for this appears to be a Service, which will launch as…

sq33G
- 121
- 6
0
votes
1 answer
VMSS with custom image (captured)
I'm trying to create VMSS with windows custom image that i captured.
I created custom ARM template to use the but its not working when i'm trying to deploy.
Its the right approach if i want to use custom image with VMSS?
Should i use VHD and not…
0
votes
3 answers
Best way to Auto Scaling a Customised Debian9 image whenever code base changes in AWS
I triggered an auto scaling group (from launch configuration) with a customised Debian9 image in AWS where I have preinstalled software packages like Apache, Memcache, Chrony along with PHP code base and other required packages. This just works fine…

bhordupur
- 115
- 2
- 5
0
votes
2 answers
Auto Scaling Third Party WebSocket connections on AWS ElasticBeanstalk
If I am running a web service on EB that is accessible on lets say https://x.com, and my service opens websocket connections to another service, lets say wss://y.com, and I have persistent connections open to y.com, can my auto scaling group be…

suyash
- 101
- 1