diff --git a/docker-cloud/infrastructure/cloud-on-aws-faq.md b/docker-cloud/infrastructure/cloud-on-aws-faq.md index b5cd5dc3cc..24522bd586 100644 --- a/docker-cloud/infrastructure/cloud-on-aws-faq.md +++ b/docker-cloud/infrastructure/cloud-on-aws-faq.md @@ -37,7 +37,7 @@ If you decide to let Docker Cloud create elements for you, it creates: - A VPC with the tag name `dc-vpc` and CIDR range `10.78.0.0/16`. - A set of subnets if there are no subnets already created in the VPC. Docker Cloud creates a subnet in every Availability Zone (AZ) possible, and leaves enough CIDR space for the user to create customized subnets. Every subnet created is tagged with `dc-subnet`. - An internet gateway named `dc-gateway` attached to the VPC. -- A route table name `dc-route-table` in the VPC, associating the subnet with the gateway. +- A route table named `dc-route-table` in the VPC, associating the subnet with the gateway. ## How can I customize VPC/IAM elements in Docker Cloud through the AWS dashboard? @@ -47,7 +47,7 @@ above through the AWS API or the dashboard. In the launch node cluster view, you can choose: - VPC dropdown: - 1. `Auto` - Delegates creation of the VPC to Docker Cloud . + 1. `Auto` - Delegates creation of the VPC to Docker Cloud. 2. `vpc-XXXX (dc-vpc)` - Docker Cloud's default VPC. This only appears if you have already deployed nodes to that region. Note that you can choose subnets and security groups with the VPC. See "Which objects does Docker Cloud create in my EC2 account" for detailed info. 3. `vpc-XXXX` - You can select one of the VPCs already created by you. If you tag name them, it will be displayed too. - Subnets dropdown: @@ -144,7 +144,7 @@ you manually remove it. ## How do I SSH into a node? -Use the instructions [here](ssh-into-a-node.md) to access your nodes over SSH. +Use the instructions [here](ssh-into-a-node.md) to access your nodes over SSH. If you chose a custom security group, remember to open port 22. ## How do I back up my Docker container volumes to AWS S3? @@ -153,4 +153,4 @@ Use the dockercloud/dockup utility image to back up your volumes. You only need to run it taking the volumes of the container you want to back up with `volumes-from` and pass it the environment configuration of the container. -You can find more information in its Github repository. \ No newline at end of file +You can find more information in its Github repository.