简体   繁体   中英

Custom trigger AWS AutoScale

I have an EC2 server running on AWS (nonstop working). I want to trigger another server group in Auto-scale group if this EC2 server's CPU reaches 70. How can I do this?

My Idea: Cloudwatch > Lambda > Trigger AutScale

If is there any good solution, i would like to hear that.

An auto-scaling group can trigger off any CloudWatch Alarm. So just setup your CloudWatch alarm, and configure your auto-scaling group to use it. No need to use Lambda for this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM