VPC 逻辑划分如下:

在本workshop 中,我们将提供四种类型的vpc:
Non-production VPCs:
Datacenter Service VPCs
Production VPCs:
Datacenter VPC:
随后我们会使用 Cloudformation 自动创建如上 5 个 VPC。
Non-Production VPC CIDR:10.16.0.0/13是10.16.0.0-10.23.255.255。 我们可以将其划分为8个 /16的子网,每个VPC对应一个。在本 workshop 仅仅使用了其中的两个。 Non-Prod VPC1 (10.16.0.0/16) 和 Non-Prod VPC2 (10.17.0.0/16)
Production VPC CIDR:10.8.0.0/13是10.8.0.0-10.15.255.255。 我们还可以将其划分为8个 /16子网。 在本 workshop 仅仅使用了其中的一个, Production VPC1 (10.8.0.0/16)。
Datacenter service CIDR:10.0.0.0/16-10.0.0.0-10.0.255.255。 我们将用于1个Datacenter Services VPC。