Search code examples
amazon-ec2amazon-web-servicesscalabilityinfrastructure

Can you create your own EC2 autoscaling triggers?


When using an auto-scaling group on EC2 the documentation says you can trigger new servers to come up based on cloudwatch metrics. Is it possible to launch new instances on your own?

For example an app has an internal queue of items and once that queue hits a threshold it sends a notice to EC2 to add more servers to the group.

Is that possible?


Solution

  • I found the answer is yes and the relavent doc is here: http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/scaling_typesof.html