Skip to main content

Our Regions

Services available in each Region

CoreWeave offers compute in multiple geographically diverse Regions to ensure high availability and resilience for your applications. All CoreWeave Regions offer these key features:

  • Free data transfer: move data between Regions without incurring additional costs.
  • Fast and reliable Internet access: each Region is equipped with redundant, 200Gbps+ public Internet connectivity provided by Tier 1 global carriers.
  • High-speed, private dark fiber backbone: all Regions are interconnected with 400Gbps+ of dark fiber to facilitate rapid data movement and synchronization.
  • Distributed File Storage: each Region offers high-performance shared filesystems for your applications.
  • Virtual Private Clouds: all Regions are equipped with VPCs to provide network isolation and security.

By leveraging CoreWeave's extensive network infrastructure, you can achieve optimal performance, scalability, and redundancy for your critical workloads.

Region types

Our Regions are categorized as General Access and Dedicated Access. Use these unique Region codes when choosing where to deploy a new cluster.

General Access Regions

General Access Regions are available to all CoreWeave customers, subject to capacity.

General Access Region codeLocation
RNO2Nevada, USA
US-EAST-04Virginia, USA
US-EAST-08Ohio, USA
US-WEST-04Arizona, USA

Dedicated Access Regions

Dedicated Access Regions are reserved for select customers, and are managed by CoreWeave.

Dedicated Access Region codeLocation
AUS1Texas, USA
DFW1Texas, USA
PDX2Oregon, USA
RDU1Virginia, USA
SBN1Indiana, USA
US-CENTRAL-01Illinois, USA
US-EAST-03Pennsylvania, USA
US-EAST-05Georgia, USA
US-WEST-03Oregon, USA
US-WEST-06Oregon, USA

Instance availability

The tables below describe the types of compute resources available in each General Access Region. These do not reflect the current availability of instances, only the types that are available in each Region.

GPU availability

CoreWeave offers a variety of GPU instance types in each Region. See GPU instances for details of each GPU type and GPU instance pricing for hourly costs.

Instance TypeRNO2US-EAST-04US-EAST-08US-WEST-04
gd-8xh200ib-i128NoYesYesYes
gd-8xh200-i128NoYesNoNo
gd-8xh100ib-i128YesYesNoYes
gd-8xh100-i128NoNoNoNo
gd-8xa100-i128YesYesNoNo
gd-8xl40-i128YesYesNoNo
gd-8xl40s-i128NoYesNoNo
gd-1xgh200YesYesNoNo

CPU availability

Multiple CPU instance types are available in each Region. See CPU instances for details of each CPU type and CPU instance pricing for hourly costs.

Instance TypeRNO2US-EAST-04US-EAST-08US-WEST-04
cd-hp-a96-genoaNoYesNoNo
cd-gp-a192-genoaYesNoNoYes
cd-hc-a384-genoaNoYesNoNo
turin-gpNoNoYesNo
cd-gp-i64-erapidsNoYesYesNo

Regional network details

Public network address ranges

CoreWeave provides default public IP addresses within each Region for facilitating outbound traffic from instances, as well as private IP addresses for routing traffic within the cluster. The public address ranges for each region are:

RegionNAT EgressPublic RangeNode Range
RNO2192.112.165.128/25192.112.164.0/2310.168.192.0/18
US-EAST-04166.19.10.192/26166.19.10.0/23 or
166.19.16.0/21
10.176.192.0/18
US-EAST-08166.19.13.192/26 or
166.19.12.192/26
166.19.12.0/2310.186.192.0/18
US-WEST-04166.19.32.0/23166.19.32.0/2210.190.192.0/18

Private network address ranges

Pods, Load Balancers, and other Services use the same default private address ranges in each Region. The private IP address ranges for each region are:

RegionPodsLoadBalancersServices
All Regions10.0.0.0/1310.16.4.0/2210.16.0.0/22

Regional speed and latency tests

Each Region provides speedtest files and a dedicated ICMP test address to help determine which Region is best for each workload.

RegionSpeedtest links (1GB and 10GB )Latency test address
RNO2http.speedtest.rno2.coreweave.com/1G
http.speedtest.rno2.coreweave.com/10G
ping.speedtest.rno2.coreweave.com
US-EAST-04http.speedtest.us-east-04.coreweave.com/1G
http.speedtest.us-east-04.coreweave.com/10G
ping.speedtest.us-east-04.coreweave.com
US-EAST-08http.speedtest.us-east-08.coreweave.com/1G
http.speedtest.us-east-08.coreweave.com/10G
ping.speedtest.us-east-08.coreweave.com
US-WEST-04http.speedtest.us-west-04.coreweave.com/1G
http.speedtest.us-west-04.coreweave.com/10G
ping.speedtest.us-west-04.coreweave.com

To run speed tests, use tools such as ping and curl, or another method of your choice. For example, to measure name lookup, connect, and total transfer times with curl, use the following command:

Example
$
curl http://http.speedtest.rno2.coreweave.com/1G \
--write-out '\nDNS: %{time_namelookup}s\nConnect: %{time_connect}s\nTotal: %{time_total}s\n' \
--output /dev/null
Result
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1024M 100 1024M 0 0 37.2M 0 0:00:27 0:00:27 --:--:-- 38.9M
DNS: 0.001822s
Connect: 0.091322s
Total: 27.465658s