From b9df557debf3c74fa08f3a91271d7f9127db2f9a Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 29 Jul 2017 05:31:51 +0800 Subject: [PATCH] Update scaling.md (#4007) Change two titles to sentence caps. --- docker-for-aws/scaling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-for-aws/scaling.md b/docker-for-aws/scaling.md index cbc9604c3f..2059344ea9 100644 --- a/docker-for-aws/scaling.md +++ b/docker-for-aws/scaling.md @@ -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".