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?