The cidr
parameter specifies the Classless Inter-Domain Routing (CIDR) range for the Virtual Private Cloud (VPC). This range defines the IP address space for your VPC, allowing you to organize and allocate IP addresses within your AWS environment.
The default value for cidr
is 10.1.0.0/16
.
The cidr
parameter must be configured at rack installation. Example:
Key | Value |
---|---|
cidr |
10.2.0.0/16 |
Choosing an appropriate CIDR range is crucial for the efficient management of your network. Ensure that the CIDR range does not overlap with any existing networks to avoid IP address conflicts. The CIDR range you choose should accommodate the number of subnets and hosts you plan to deploy within your VPC. For more information on CIDR notation and VPC planning, refer to the AWS VPC documentation.