Skip to content

Commit

Permalink
(refs #9)Set maxsize of autoscaling group to avoid scale out when an …
Browse files Browse the repository at this point in the history
…argument of capacity is not empty
  • Loading branch information
yoheimuta committed May 6, 2015
1 parent 9699231 commit cc8f3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/autoscaling/create_group.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ module.exports = (robot) ->
params.LaunchConfigurationName = conf
params.DesiredCapacity = capacity
params.MinSize = capacity
params.MaxSize = capacity

if dry_run
msg.send util.inspect(params, false, null)
Expand Down

0 comments on commit cc8f3d8

Please sign in to comment.