File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
180180may 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
You can’t perform that action at this time.
0 commit comments