UpdatePolicy in Autoscaling group not working correctly for AWS CloudFormation update
问题 I am using AWS CloudFormation to launch my server stack. I have created a LaunchConfig and then AutoScaling group that uses the above launchconfig. I have set CreationPolicy which waits for signals from my EC2 instances which creating the CF stack. Also, i have set UpdatePolicy to AutoScaling group to wait for the signals from new instances if i update the CF stack with more desired number of instances as follows: "UpdatePolicy" : { "AutoScalingRollingUpdate" : { "PauseTime" : "PT10M",