increment the desired capacity

This commit is contained in:
Anuj Biyani
2013-05-31 15:30:14 -07:00
parent 67c907aa04
commit 20b59fb132
2 changed files with 9 additions and 1 deletions

View File

@@ -21,5 +21,7 @@ class AwsHaRelease
@group.update(max_size: @group.max_size + 1)
@max_size_change += 1
end
@group.update(desired_capacity: @group.desired_capacity + 1)
end
end