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.

asked 2 years ago535 views
1 Answer
0

Hi -

You will need to utilize custom metrics for this.

Please refer to this blog post for some high level ideas.

Jason_S
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions