Docker Cloud creates the following objects in the AWS EC2 instance:
- VPC: Docker Cloud creates a Virtual Private Cloud with the tag name dc-vpc. It also creates Class Less Inter-Domain Routing (CIDR) with the range of 10.78.0.0/16.
- Subnet: Docker Cloud creates a subnet in each Availability Zone (AZ). In Docker Cloud, each subnet is tagged with dc-subnet.
- Internet Gateway: Docker Cloud also creates an internet gateway with the name dc-gateway and attaches it to the VPC created earlier.
- Routing Table: Docker Cloud also creates a routing table named dc-route-table in Virtual Private Cloud. In this RoutingTable Docker Cloud associates the subnet with the Internet Gateway.