autoscaling Questions

2

Google documents refer 60% as below The CPU utilization of existing instances when they are processing requests or events, targeting to keep scheduled instances to a 60% CPU utilization. I am con...
Amice asked 23/2, 2023 at 1:13

4

Solved

Scenario: I am running an AWS autoscaling group (ASG), and I have changed the associated launch configuration during terraform apply. The ASG stays unaffected. How do I recreate now the instances...
Gull asked 6/9, 2016 at 9:36

3

Solved

Is it possible to determine from instance if it's a member of AutoScaling Group in AWS? Thanks in advance!
Ulent asked 10/2, 2017 at 14:3

4

Solved

My app service has failed to scale-in after scaling-out. This seems to be a pattern I've been trying to troubleshoot for several months. I've tried the following but none have worked: My scale c...

7

I need to scale a set of pods that run queue-based workers. Jobs for workers can run for a long time (hours) and should not get interrupted. The number of pods is based on the length of the worker ...
Fagoting asked 24/4, 2019 at 18:5

5

(Solved) I missed this mention on the aws user guide You can use the AmazonEC2FullAccess policy to give users complete access to work with Amazon EC2 Auto Scaling resources, launch templates, and ...
Wert asked 10/1, 2021 at 4:53

3

Solved

Is there anyone who can explain what the 'optimize-utilization' setting for the GKE autoscaler specifically does different from the standard autoscaling. It claims to be more aggressive in downscal...
Kano asked 5/6, 2020 at 6:37

2

My application is written in django f/w which uses celery and redis for asynchronous tasks. I would like to autoscale workers according load/no.of messages in queue. For this, I would like to make ...
Proverbs asked 27/3, 2020 at 19:57

11

So I've been using Boto in Python to try and configure autoscaling based on CPUUtilization, more or less exactly as specified in this example: http://boto.readthedocs.org/en/latest/autoscale_tut.ht...

3

Solved

I've been investigating creating my own mongodb cluster in AWS. Aws mongodb template provides some good starting points. However, it doesn't cover auto scaling or when a node goes down. For example...

4

Solved

I have a scaled deployment with predictable load change depends on time. How can I make my deployment prepared to the load (for example, I want to double pods number every evening from 16:00 to 23:...
Vintager asked 27/12, 2019 at 13:1

4

Solved

I have an ASG with desired/min/max of 1/1/5 instances (I want ASG just for rolling deploys and zone failover). When I start the Instance refresh with MinHealthyPercentage=100,InstanceWarmup=180, th...
Matteson asked 17/8, 2020 at 11:50

4

Solved

I am running a AWS CloudFormation stack that takes in some parameters and launches EC2 instances along with other AWS resources. The parameters are fed into the user data of the EC2 instance and ba...

4

Solved

I have started using Amazon's new Launch Templates and so far liking it however I just recently made an image from one of my instances, I then created a new version of the Launch template and used ...
Pourboire asked 30/8, 2018 at 17:41

6

Solved

We are trying to use Elastic Load Balancing in AWS with auto-scaling so we can scale in and out as needed. Our application consists of several smaller applications, they are all on the same subnet...
Whichever asked 12/4, 2016 at 21:40

5

Solved

I'm getting confused when using Terraform to provision an auto-scaling group. Should I use launch configuration or launch template for EC2 properties, such as which AMI, instance types, ...? I don'...
Dania asked 24/5, 2020 at 4:30

2

When creating the autoscaling policy and cloudwatch alarm resource in Terraform v13, they are created fine. However, when load testing the endpoint, they successfully scale up instances, but fail t...

3

Solved

I'm having an issue with a seemingly trivial task of getting CodeDeploy to deploy Github code to an AutoScaling Group in a Blue/Green Deployment. I have a Pipeline setup, a Deployment Group setup,...

1

I am using aws EKS with a managed node group. Twice in the passed couple of weeks I had a case where the Kubelet in one of the nodes crashed or stopped reporting back to the control plane. In this ...
Arguelles asked 7/3, 2022 at 10:30

5

I'd like to run a 'job' per node, one pod on a node at a time. I've scheduled a bunch of jobs I have a whole bunch of pending pods now I'd like these pending pods to now trigger a node scaling up...
Balata asked 20/9, 2019 at 19:31

3

I have an AutoScaling group where I'm messing around with LifecycleHooks on instance start, some controlled by me and some controlled by other AWS services. I've been adding/removing LifecycleHooks...
Phonetician asked 5/4, 2018 at 15:10

2

I'm new to Terraform and ECS and I'm using this example to create an ECS EC2 type cluster that will autoscale and use an application load balancer. My question is: How does this code snippet in ma...
Postal asked 3/1, 2020 at 12:56

5

One of my RDS instance take high cpu some times due to heavy load. That time we manually need to upgrade instance. So I think to use auto scaling feature of RDS to automatically increase instances,...
Morality asked 3/12, 2015 at 11:41

3

Solved

Hi everyone, I have deployed a Kubernetes cluster based on kubeadm and for the purpose of performing HorizontalPodAutoscaling based on the Custom Metrics, I have deployed prometheus-adpater throug...
Shortcake asked 6/10, 2019 at 11:40

4

The Kubernetes Horizontal Pod Autoscaler walkthrough in https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/ explains that we can perform autoscaling on custom met...
Vassalize asked 31/1, 2019 at 11:21

© 2022 - 2025 — McMap. All rights reserved.