Update cloud-on-aws-faq.md (#2415)

This commit is contained in:
Wang Jie 2017-03-22 02:49:49 +08:00 committed by John Mulhausen
parent 7b90ef4bdc
commit e880aa3ccf
1 changed files with 4 additions and 4 deletions

View File

@ -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: