SubnetPrivate0CIDR
Private Subnet 0 CIDR Block. This defines the IP address range for the first private subnet in the Rack's VPC. The CIDR block must fall within the VPCCIDR range.
| Default value | 10.0.4.0/24 |
Use Cases
- Customizing subnet ranges when installing into an existing VPC to avoid overlap with pre-existing subnets
- Adjusting the CIDR size to allocate more or fewer IP addresses based on expected workload density
- Aligning subnet CIDRs with your organization's IP address management (IPAM) scheme
Additional Information
This subnet is placed in the first Availability Zone. Private subnets are only created when the Private parameter is set to Yes. Resources in private subnets do not have direct internet access and route outbound traffic through a NAT gateway. The default /24 CIDR provides 254 usable IP addresses.
When installing a Rack into an ExistingVpc, ensure the CIDR blocks do not overlap with existing subnets in that VPC. Subnet CIDR values should typically only be customized at install time or when using ExistingVpc.
$ convox rack params set SubnetPrivate0CIDR=10.1.4.0/24