diff --git a/docs/swarm_at_scale/02-deploy-infra.md b/docs/swarm_at_scale/02-deploy-infra.md index b3144a6223..cf257f02be 100644 --- a/docs/swarm_at_scale/02-deploy-infra.md +++ b/docs/swarm_at_scale/02-deploy-infra.md @@ -43,11 +43,11 @@ The configuration is a single VPC with a single public subnet. The VPC deployment relies on a cloudformation.json template which specifies in the `us-west-1` Region (N. California) or -`us-west-2` (Oregon). The ability to create instances one of these regions is +`us-west-2` (Oregon). The ability to create instances in one of these regions is **required** for this particular CloudFormation template to work. If you want to use a different region, edit the template before the import step. -The VPC network address space is `192.168.0.0/16` and single 24-bit public +The VPC network address space is `192.168.0.0/16` and a single 24-bit public subnet is carved out as 192.168.33.0/24. The subnet must be configured with a default route to the internet via the VPC's internet gateway. All six EC2 instances are deployed into this public subnet. diff --git a/docs/swarm_at_scale/03-create-cluster.md b/docs/swarm_at_scale/03-create-cluster.md index 86945b9436..100741e7b3 100644 --- a/docs/swarm_at_scale/03-create-cluster.md +++ b/docs/swarm_at_scale/03-create-cluster.md @@ -266,7 +266,8 @@ tasks happen. 3. Now, run the same command to get cluster information. - Provided you set `export DOCKER_HOST="tcp://192.168.33.11:3375"``, the + + Provided you set `export DOCKER_HOST="tcp://192.168.33.11:3375"`, the command directs to the Swarm port and returns information from each node in the cluster.