How to handle a sudden spike in web traffic during Autoscaling
问题 I've two EC2 instances behind an ELB and in an Auto Scaling Group. The Scale-up policy is as below: CPUUtilization >= 70 for 300 seconds (Adds one server) While Atoscaling activity is taking place, load on existing instances is already 99% and connections are being dropped. Is there any way to handle this more efficiently? 回答1: The trick to Auto Scaling is in defining an alarm that can accurately identify the load of your system. CPU Utilization is not always the right measure to use -- your