Which CIDR Blocks Are Available for the VPC Service?
When creating a VPC, you need to specify an IPv4 CIDR block for it. Consider the following when selecting a CIDR block:
- Reserve enough IP addresses for subsequent service expansion.
- Avoid CIDR block conflicts. To enable communications between VPCs or between a VPC and an on-premises data center, ensure their CIDR blocks do not overlap.
Table 1 lists the supported VPC CIDR blocks.
VPC CIDR Block | IP Address Range |
---|---|
10.0.0.0/8–24 | 10.0.0.0–10.255.255.255 |
172.16.0.0/12–24 | 172.16.0.0–172.31.255.255 |
192.168.0.0/16–24 | 192.168.0.0–192.168.255.255 |
Parent topic: VPCs and Subnets