diff --git a/content/operate/rc/cloud-archive.md b/content/operate/rc/cloud-archive.md index a8130adeb..0b9935f22 100644 --- a/content/operate/rc/cloud-archive.md +++ b/content/operate/rc/cloud-archive.md @@ -8,6 +8,7 @@ categories: description: Describes where to view the archive of Redis Cloud documentation. linkTitle: Archive weight: 99 +draft: true --- Previous versions of Redis Cloud documentation are available on the [Redis Cloud documentation archive](https://docs.redis.com/2024-04-07/rc/).   diff --git a/content/operate/rc/supported-regions.md b/content/operate/rc/supported-regions.md new file mode 100644 index 000000000..8ab4543c8 --- /dev/null +++ b/content/operate/rc/supported-regions.md @@ -0,0 +1,142 @@ +--- +Title: Supported Cloud providers and regions +alwaysopen: false +categories: +- docs +- operate +- rc +description: null +linktitle: Supported regions +weight: 90 +--- + +Your choice of cloud provider and region may affect latency between your application and your database, and may affect what connectivity options are available for your database. + +Redis Cloud supports databases on the following cloud providers: +- [Amazon Web Services (AWS)](#amazon-web-services) +- [Google Cloud](#google-cloud) +- [Microsoft Azure](#microsoft-azure) + +## Amazon Web Services + +Redis Cloud supports databases in the following Amazon Web Services (AWS) regions. + +Redis Cloud Pro databases on AWS support [VPC Peering]({{< relref "/operate/rc/security/vpc-peering#aws-vpc-peering" >}}) and [Transit Gateway]({{< relref "/operate/rc/security/aws-transit-gateway" >}}). + +#### Americas + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|----------------|--------------------------|-----------------|------------------------| +| `ca-central-1` | Montreal, Canada | | | +| `sa-east-1` | Sao Paulo, Brazil | | | +| `us-east-1` | Northern Virginia, USA | | | +| `us-east-2` | Ohio, USA | | | +| `us-west-1` | Northern California, USA | | | +| `us-west-2` | Oregon, USA | | | + + +#### Europe + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|----------------|---------------------|-----------------|------------------------| +| `eu-central-1` | Frankfurt, Germany | | | +| `eu-central-2` | Zurich, Switzerland | | | +| `eu-north-1` | Stockholm, Sweden | | | +| `eu-south-1` | Milan, Italy | | | +| `eu-south-2` | Spain | | | +| `eu-west-1` | Ireland | | | +| `eu-west-2` | London, UK | | | +| `eu-west-3` | Paris, France | | | + +#### Asia Pacific + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|------------------|----------------------|-----------------|------------------------| +| `ap-east-1` | Hong Kong, China | | | +| `ap-northeast-1` | Tokyo, Japan | | | +| `ap-northeast-2` | Seoul, South Korea | | | +| `ap-south-1` | Mumbai, India | | | +| `ap-south-2` | Hyderabad, India | | | +| `ap-southeast-1` | Singapore | | | +| `ap-southeast-2` | Sydney, Australia | | | +| `ap-southeast-3` | Jakarta, Indonesia | | | +| `ap-southeast-4` | Melbourne, Australia | | | + +#### Middle East and Africa + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|----------------|-------------------------|-----------------|------------------------| +| `af-south-1` | Cape Town, South Africa | | | +| `il-central-1` | Tel Aviv, Israel | | | +| `me-central-1` | UAE | | | +| `me-south-1` | Bahrain | | | + +## Google Cloud + +Redis Cloud supports databases in the following Google Cloud regions. + +Redis Cloud Pro databases on Google Cloud support [VPC Peering]({{< relref "/operate/rc/security/vpc-peering#gcp-vpc-peering" >}}) and [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}). + +#### Americas + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|---------------------------|---------------------|-----------------|------------------------| +| `northamerica-northeast1` | Montreal, Canada | | | +| `northamerica-northeast2` | Toronto, Canada | | | +| `southamerica-east1` | Sao Paulo, Brazil | | | +| `us-central1` | Iowa, USA | | | +| `us-east1` | South Carolina, USA | | | +| `us-east4` | Virginia, USA | | | +| `us-west1` | Oregon, USA | | | +| `us-west2` | Los Angeles, USA | | | +| `us-west3` | Salt Lake City, USA | | | +| `us-west4` | Las Vegas, USA | | | + +#### Europe + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|---------------------|---------------------|-----------------|------------------------| +| `europe-north1` | Finland | | | +| `europe-southwest1` | Madrid, Spain | | | +| `europe-west1` | Belgium | | | +| `europe-west2` | London, UK | | | +| `europe-west3` | Frankfurt, Germany | | | +| `europe-west4` | Netherlands | | | +| `europe-west6` | Zurich, Switzerland | | | + +#### Asia Pacific + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|------------------------|----------------------|-----------------|------------------------| +| `asia-east1` | Taiwan | | | +| `asia-east2` | Hong Kong, China | | | +| `asia-northeast1` | Tokyo, Japan | | | +| `asia-northeast2` | Osaka, Japan | | | +| `asia-northeast3` | Seoul, South Korea | | | +| `asia-south1` | Mumbai, India | | | +| `asia-south2` | Delhi, India | | | +| `asia-southeast1` | Singapore | | | +| `asia-southeast2` | Jakarta, Indonesia | | | +| `australia-southeast1` | Sydney, Australia | | | +| `australia-southeast2` | Melbourne, Australia | | | + +#### Middle East + +| Region ID | Location | Redis Cloud Pro | Redis Cloud Essentials | +|------------|------------------|-----------------|------------------------| +| `me-west1` | Tel Aviv, Israel | | | + +## Microsoft Azure + +Redis Cloud Essentials is available on the following Microsoft Azure regions: + +| Region ID | Location | +|-----------|-----------------| +| `east-us` | Virginia, USA | +| `west-us` | California, USA | + +{{< note >}} +Redis Cloud Pro is available on Azure through Azure Cache for Redis Enterprise. See [Azure Cache for Redis pricing](https://azure.microsoft.com/en-us/pricing/details/cache/) to view the list of Azure regions that support Azure Cache for Redis Enterprise. +{{< /note >}} + +