Releases: openfresh/ecs-formation
Releases · openfresh/ecs-formation
0.1.10
Fixed
- Cannot parse string containing blank characters.
- Logging format
Improved
- Bumped aws-sdk-go to v0.10.1
0.1.9
Features
- Improved process of updating services. This enabled to reduce time of updating services.
0.1.8
features
- Add option of keep desired_count at updating service
- Support AWS chain credentials
0.1.7
- Retry request when Rate exceeded occurs
Support bluegreen deployment of multi ELB on autoscaling group
If autoscaling group have several different ELB, you should specify array property of chain_elb
. ecs-formation can swap chain_elb
ELB group with main ELB group at the same time.
(path-to-path/test-ecs-formation/bluegreen) $ vim test-bluegreen.yml
blue:
cluster: test-blue
service: test-service
autoscaling_group: test-blue-asg
green:
cluster: test-green
service: test-service
autoscaling_group: test-green-asg
primary_elb: test-elb-primary
standby_elb: test-elb-standby
chain_elb:
- primary_elb: test-internal-elb-primary
standby_elb: test-internal-elb-standby
To avoid ThrottlingException
- Add interval 1 second when updating task to avoid ThrottlingException