Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
How to scale an aws ecs service based on multiple alarms
0
I would like to create a scale in policy that uses both cpu utilization and RequestCountPerTarget.
for example scale in the task when cpu-utilization < 40% AND RequestCountPerTarget < 100.