Skip to content

Commit db7a930

Browse files
committed
docs(ec2): Update installing_deis/aws
Update description of ClusterSize parameter based on PR comments
1 parent 88a2de2 commit db7a930

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/installing_deis/aws.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,12 @@ To use CloudFormation to perform update operations to your stack, there is anoth
179179
`update_ec2_cluster.sh`_. Depending on the parameters that you have changed, CloudFormation
180180
may replace the EC2 instances in your stack.
181181

182-
The following parameters can be changed without replacing any resources:
182+
The following parameters can be changed without replacing all instances in a stack:
183183

184184
- ``ClusterSize`` - Number of nodes in the cluster. This may launch new instances or terminate
185-
existing ones, but service will not be interrupted.
185+
existing instances. If you are scaling down, this may interrupt service. If a container
186+
was running on an instance that was terminated, it will have to be rebalanced onto another
187+
node which will cause some downtime.
186188
- ``SSHFrom`` - Locks down SSH access to the Deis hosts. This will update the security
187189
group for the Deis hosts.
188190

0 commit comments

Comments
 (0)