What are the objects created by Docker Cloud in Amazon Web Services (AWS) EC2?

Docker Cloud creates the following objects in the AWS EC2 instance:

  1. 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.
  2. Subnet: Docker Cloud creates a subnet in each Availability Zone (AZ). In Docker Cloud, each subnet is tagged with dc-subnet.
  3. Internet Gateway: Docker Cloud also creates an internet gateway with the name dc-gateway and attaches it to the VPC created earlier.
  4. 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.