How do I continuously add servers to an autoscaling group as long as an alarm is firing?

43 views Asked by At

Say I'm looking to reduce average memory use across an auto scaling group - depending on the size of the group, I want to launch a varying number of servers.

I've created a cloudwatch alarm that fires as soon as memory is above some level, and spins up one server. Is there a way to configure the alarm to keep spinning up servers (to some maximum number) until the average memory drops?

0

There are 0 answers