Update scaling.md (#4007)

Change two titles to sentence caps.
This commit is contained in:
Wang Jie 2017-07-29 05:31:51 +08:00 committed by John Mulhausen
parent 7ab454f1d5
commit b9df557deb
1 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ There are currently two ways to scale your worker group. You can "update" your s
Changing manager count live is _not_ currently supported.
### AWS Console
Login to the AWS console, and go to the EC2 dashboard. On the lower left hand side select the "Auto Scaling Groups" link.
### AWS console
Log in to the AWS console, and go to the EC2 dashboard. On the lower left hand side select the "Auto Scaling Groups" link.
Look for the Auto Scaling group with the name that looks like $STACK_NAME-NodeASG-* Where `$STACK_NAME` is the name of the stack you created when filling out the CloudFormation template for Docker for AWS. Once you find it, click the checkbox, next to the name. Then Click on the "Edit" button on the lower detail pane.
@ -25,7 +25,7 @@ Change the "Desired" field to the size of the worker pool that you would like, a
This will take a few minutes and add the new workers to your swarm automatically. To lower the number of workers back down, you just need to update "Desired" again, with the lower number, and it will shrink the worker pool until it reaches the new size.
### CloudFormation Update
### CloudFormation update
Go to the CloudFormation management page, and click the checkbox next to the stack you want to update. Then Click on the action button at the top, and select "Update Stack".
<img src="img/cloudformation_update.png">