Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt

Use this file to discover all available pages before exploring further.

CoreWeave Virtual Private Clouds () define the network isolation configuration for attached CoreWeave products, like CKS clusters, allowing them to securely communicate with resources in a as well as the public Internet if desired, while preserving the privacy and security of the cluster’s network.

Default VPCs

When the first CKS cluster is created via the Cloud Console, a default VPC is created in the same Zone as that cluster, unless a custom VPC is defined.

Custom prefixes

Custom VPC Prefixes can be added to custom or default VPCs to allow communication with other VPCs in the same Region, or to remote Cloud providers, or to on-premises networks via a VPN or Direct Connect. Custom prefixes are added to a VPC via the Cloud Console during VPC creation, or during cluster creation at the network configuration step. Two types of prefixes can be configured for VPCs:
Prefix TypeDescription
Host PrefixesA range of IP addresses to assign to the Nodes within a VPC, which are used for network communications between Nodes and other resources within the VPC.
VPC PrefixesA range of IP addresses that can be used to communicate with other VPCs in the same Region, or to remote Cloud providers, or to on-premises networks via a VPN or Direct Connect.
Each CoreWeave features a default Host Prefix, which is assigned automatically unless a different prefix is specified. The default Host Prefixes for each AZ are:
General Access AZDefault Host Prefix CIDR
EU-SOUTH-03B10.206.192.0/18
EU-SOUTH-04A10.104.192.0/18
RNO2A10.168.192.0/18
US-CENTRAL-06A10.50.192.0/18
US-CENTRAL-07A10.109.128.0/18
US-EAST-01A10.202.192.0/18
US-EAST-02A10.184.192.0/18
US-EAST-04A10.176.192.0/18
US-EAST-06A10.192.192.0/18
US-EAST-08A10.186.192.0/18
US-EAST-13A10.221.128.0/18
US-EAST-14A10.213.128.0/18
US-WEST-01A10.188.192.0/18
US-WEST-04A10.190.192.0/18
US-WEST-09B10.210.192.0/18
Host Prefixes cannot be modified or removed after they are added to a VPC. Host Prefixes are assigned when the Node boots, so cannot be modified while running.

Default VPC names

CoreWeave automatically creates a default VPC when a cluster is first created. The name of a new default VPC uses the following format: cw-vpc-<CLUSTER-NAME>-<SIX-DIGIT-STRING> The name of the default VPC may be seen by clicking the Customize option beside the default VPC selector during cluster creation.

Custom VPC

If a custom VPC configuration is needed, define it by creating a VPC from the Cloud Console, or during the cluster creation process, by defining a custom VPC. For more information, see VPC API reference.
Last modified on April 20, 2026