Data Center Regions
Learn about CoreWeave's data center regions
CoreWeave Cloud is served from three geographically diverse regions in the United States. Located directly adjacent to large metropolitan population centers, CoreWeave's data centers provide low latency access to accelerated compute to over 51 million people.
Our data centers are broken up into three geographical buckets, each of which service the regions for which they're named:
Each data center features redundant, 200Gbps+ public Internet connectivity from Tier 1 global carriers, and are connected to each other with 400Gbps+ of dark fiber transport, allowing for easy, free data transfers within CoreWeave Cloud.
Note
To access and run the speedtests linked below in your terminal, either click the link to download them, or use
curl
on the link's URL.For example:
curl http://http.speedtest.lga1.coreweave.com/1G --output /dev/null
CoreWeave's data center regions are:
Weehawken, NJ
📍
Located at the mouth of the Lincoln Tunnel,
LGA1
serves the Eastern US, and provides ultra-low latency to the NYC metropolitan area, covering over 20 million people. This ISO 27001, SOC2 compliant data center is packed with NVIDIA GPU accelerated Cloud Instances, with near-unlimited compute and storage infrastructure to go with it.Chicago, IL
📍
Located just outside downtown Chicago,
ORD1
serves the Central US. This ISO 27001, SOC2, HIPAA compliant data center is built for the most demanding workloads, including distributed training using NVIDIA A100 NVLINK accelerators connected with Infiniband GPUDirect RDMA.Las Vegas, NV
📍
Located in fabulous Las Vegas,
LAS1
serves the Western US. Powered by 100% renewable energy, LAS1's ISO 27001, SOC2 and HIPAA compliant infrastructure brings scaled NVIDIA GPU accelerated compute to the US West, serving both Las Vegas and the Los Angeles basin with low latency connectivity.It's easy to schedule your workloads, whether they be containerized micro-services or Virtual Servers, in any of CoreWeave's data center regions.
To schedule a Virtual Server in a specific region, we've added an easy-to-use region selector on the CoreWeave Cloud Virtual Server UI when creating a new Virtual Server, which allows you to easily select the desired data center.

Data region selectors on CoreWeave Cloud UI
To schedule resources in a specific region using the Kubernetes API, simply add an affinity such as the one shown below to your deployment or other deployable resources:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: topology.kubernetes.io/region
operator: In
values:
- LGA1
The following tables describe which resources are hosted in which data center region.
Important
The table below does not list current availability, only which types of resources are currently hosted in which regions.
Resource Name | LGA1 | ORD1 | LAS1 |
---|---|---|---|
A100 PCIe 40GB | ⛔ | ✅ | ⛔ |
A100 PCIe 80GB | ⛔ | ✅ | ⛔ |
A100 HGX NVLINK 40GB | ⛔ | ✅ | ⛔ |
A100 HGX NVLINK 80GB | ✅ | ⛔ | ✅ |
A40 | ✅ | ✅ | ✅ |
H100 80GB PCIe | ⛔ | ⛔ | ✅ |
H100 80GB HGX NVLINK | ✅ | ⛔ | ✅ |
Quadro RTX 4000 | ✅ | ✅ | ✅ |
Quadro RTX 5000 | ✅ | ✅ | ✅ |
RTX A4000 | ✅ | ✅ | ⛔ |
RTX A5000 | ✅ | ✅ | ✅ |
RTX A6000 | ✅ | ✅ | ✅ |
Note
H100 HGX and A100 HGX distributed training nodes are only available via CoreWeave Bare Metal Kubernetes. These node types are not offered as Virtual Servers to eliminiate any virtualization overhead.
Resource Name | LGA1 | ORD1 | LAS1 |
---|---|---|---|
amd-epyc-milan | ✅ | ✅ | ✅ |
amd-epyc-rome | ✅ | ✅ | ⛔ |
intel-xeon-scalable | ✅ | ✅ | ✅ |
intel-xeon-v4 | ✅ | ✅ | ✅ |
intel-xeon-v3 | ✅ | ✅ | ⛔ |
The following table provides the storage class names, correspondent to each storage type, per data center.
Additional Resources
Storage Class | LGA1 | ORD1 | LAS1 |
---|---|---|---|
Block NVMe | block-nvme-lga1 | block-nvme-ord1 | block-nvme-las1 |
Shared NVMe | shared-nvme-lga1 | shared-nvme-ord1 | shared-nvme-las1 |
Block HDD | block-hdd-lga1 | block-hdd-ord1 | block-hdd-las1 |
Shared HDD | shared-hdd-lga1 | shared-hdd-ord1 | shared-hdd-las1 |
IP Space Use | LGA1 | ORD1 | LAS1 |
---|---|---|---|
NAT Egress | 216.153.56.64/26 | 207.53.234.0/27 | 216.153.55.64/26 |
Public Range | 216.153.56.0/21 | 216.153.50.0/23 216.153.52.0/23
207.53.234.0/24 | 216.153.48.0/23
216.153.54.0/23 |
Burstable Range | 108.165.0.0/21 | 108.165.16.0/21 | 108.165.8.0/21 |
PTR Records | 56.153.216.in-addr.arpa | 234.53.207.in-addr.arpa | 48.153.216.in-addr.arpa |
Each of our data center regions provides different levels of security compliance. The table below describes the compliance and certification levels for each data center region.
Certification or Attestation Name | LGA1 | ORD1 | LAS1 |
---|---|---|---|
ISO 27001 Certificate (2021) | Yes ✅ | Yes ✅ | Yes ✅ |
Type 2 SOC 1 | Yes ✅ | Yes ✅ | Yes ✅ |
Type 2 SOC 2 | Yes ✅ | Yes ✅ | Yes ✅ |
HIPAA | Yes ✅ | Yes ✅ | Yes ✅ |
HITRUST CSF Certification | No ❌ | No ❌ | Yes ✅ |