mirror of https://github.com/docker/docs.git
Update cloud-on-aws-faq.md (#2415)
This commit is contained in:
parent
7b90ef4bdc
commit
e880aa3ccf
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue