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?