UpdateStack support for AWS::AutoScaling::AutoScalingGroup
Implement UpdateStack support for AutoScalingGroup - currently any attempt to update results in replacement, so we should align better with the AWS UpdateStack behavior for this resource. At a minimum it should be possible to update the properties which affect the scaling (MinSize, MaxSize, Cooldown) without replacing the group (and thus all the instances)
Blueprint information
- Status:
- Complete
- Approver:
- Steven Dake
- Priority:
- Low
- Drafter:
- Steven Hardy
- Direction:
- Approved
- Assignee:
- Steven Hardy
- Definition:
- Approved
- Series goal:
- Accepted for grizzly
- Implementation:
- Implemented
- Milestone target:
- 2013.1
- Started by
- Steven Hardy
- Completed by
- Steven Hardy
Related branches
Related bugs
Sprints
Whiteboard
Links to AWS Docs:
http://
http://
Gerrit topic: https:/
Addressed by: https:/
heat engine : Resource remove redundant None get defaults
Addressed by: https:/
heat tests : update_allowed_keys should be tuple
Addressed by: https:/
heat engine : Resource add function to compare properties
Addressed by: https:/
heat engine : AutoScalingGroup UpdateStack support