Relative Content

Tag Archive for amazon-web-servicesamazon-ecsaws-auto-scaling

Target tracking autoscaling scaling out excessively

I have set a target tracking in AWS application autoscaling with min 3 instances and max 32. The target value is set to 80 of CPU utilization. Once we reach the target value for 3 minutes, the cloudwatch triggers scale out. However, the newly created instances of our service are not warmed up well, so it distrupts the average of CPU usage with more spikes, so the target tracking scales out even more, creating even more spikes and so on. The cooldown doesn’t seem to help here as the scaling will occur anyway if the spikes become bigger than previous spikes.