Releases: base2Services/cfn-start-stop-stack
Releases · base2Services/cfn-start-stop-stack
0.5.4
Bug fix
- will now stop all services associated with ecs cluster
0.5.3
Bug Fixes
- fix issue when cloudformation sub stack arn is larger than 128 characters
0.5.2
Bug Fixes
- fix a bug in starting and stopping individual resources
0.5.1
Bug Fixes
- fix for ecs services stopped outside of cfn_manage, start with the
--ignore-missing-ecs-config
flag to fix the missing config for the service
0.5.0
Improvements
- code refactoring to allow for future testing
- start stop aurora cluster
- start stop ecs services in a cluster
- docker image
base2/cfn-manage
- travis-ci build
Skip on error
Improvements
- Both stack and resource data is stored under
environment_data
prefix - Only required
aws-sdk
gems are used, not the whole bundle
New features
- CLI allows passing
--skip-on-error
flag which allows continuing start/stop operations even when action fails on one of the resources.
Bugfix
v0.2.5
Version 0.2.5
Retry count
Every client in start/stop handlers has increased retry count to 20 from default of 3.
RDS corrupt configuration
In case RDS instance is running, but configuration states it's MultiAZ, we should allow start script to convert instance to MultiAZ, aligning state of the stack with stack configuration.