Skip to content

Releases: openfresh/ecs-formation

0.1.10

03 Nov 16:35
Compare
Choose a tag to compare

Fixed

  • Cannot parse string containing blank characters.
  • Logging format

Improved

  • Bumped aws-sdk-go to v0.10.1

0.1.9

01 Oct 15:25
Compare
Choose a tag to compare

Features

  • Improved process of updating services. This enabled to reduce time of updating services.

0.1.8

28 Sep 06:07
Compare
Choose a tag to compare

features

  • Add option of keep desired_count at updating service
  • Support AWS chain credentials

0.1.7

16 Sep 09:51
Compare
Choose a tag to compare
  • Retry request when Rate exceeded occurs

Support bluegreen deployment of multi ELB on autoscaling group

14 Aug 17:38
Compare
Choose a tag to compare

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

11 Aug 03:56
Compare
Choose a tag to compare
  • Add interval 1 second when updating task to avoid ThrottlingException