From 381e5963e1c8b1c2191f9851a7fccfd9835b3f70 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Fri, 8 Aug 2025 11:19:47 -0400 Subject: [PATCH 1/2] RC: A/A on BYOC --- content/operate/rc/changelog/august-2025.md | 21 +++++++++++++++++++ .../create-active-active-database.md | 4 ++++ .../bring-your-own-cloud/_index.md | 8 +++++++ 3 files changed, 33 insertions(+) create mode 100644 content/operate/rc/changelog/august-2025.md diff --git a/content/operate/rc/changelog/august-2025.md b/content/operate/rc/changelog/august-2025.md new file mode 100644 index 0000000000..ebf3d3b136 --- /dev/null +++ b/content/operate/rc/changelog/august-2025.md @@ -0,0 +1,21 @@ +--- +Title: Redis Cloud changelog (August 2025) +alwaysopen: false +categories: +- docs +- operate +- rc +description: New features, enhancements, and other changes added to Redis Cloud during + August 2025. +highlights: Active-Active on Redis Cloud BYOC +linktitle: August 2025 +weight: 70 +tags: +- changelog +--- + +## New features + +### Active-Active on Redis Cloud BYOC + +You can now deploy [Active-Active databases]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) to an existing Cloud account if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled. diff --git a/content/operate/rc/databases/create-database/create-active-active-database.md b/content/operate/rc/databases/create-database/create-active-active-database.md index bd369603a0..5e6636aa87 100644 --- a/content/operate/rc/databases/create-database/create-active-active-database.md +++ b/content/operate/rc/databases/create-database/create-active-active-database.md @@ -85,6 +85,8 @@ You can use a region's Remove button to remove it from the list. {{Each region needs a unique CIDR address block to communicate securely with other instances.}} In the **Advanced options** section, you can: + +- Choose to deploy your Active-Active database to an existing Cloud Account, if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled. - Define CIDR addresses for each region in the **VPC configuration** section. @@ -98,6 +100,8 @@ In the **Advanced options** section, you can: {{Red exclamation points indicate CIDR address problems.}} + If you chose to deploy your Active-Active database to an existing [Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) account, you can also define the VPC ID for each region. Select **In existing VPC** and the set the VPC ID for each selected region. + - Set your [maintenance]({{< relref "/operate/rc/subscriptions/maintenance" >}}) settings in the **Maintenance windows** section. Select **Manual** if you want to set [manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}). When finished, choose **Continue** to determine your size requirements. diff --git a/content/operate/rc/subscriptions/bring-your-own-cloud/_index.md b/content/operate/rc/subscriptions/bring-your-own-cloud/_index.md index 40967c97ce..c1d80e4811 100644 --- a/content/operate/rc/subscriptions/bring-your-own-cloud/_index.md +++ b/content/operate/rc/subscriptions/bring-your-own-cloud/_index.md @@ -50,6 +50,14 @@ To set up Redis Cloud BYOC on Amazon Web Services (AWS): 1. [Set your AWS Account as a BYOC Cloud account]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings" >}}) on Redis Cloud. +After you set up your cloud account, you can create a [new Redis Cloud Pro subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) or an [Active-Active database]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) that uses your cloud account. + +## Redis Cloud BYOC pricing + +With Redis Cloud BYOC, you pay for the Redis Cloud service, including database management, monitoring, and support. You also pay for the underlying cloud infrastructure, including virtual machines, storage, and networking, directly to your cloud provider. + +When you create a database, you'll see the costs for the Redis Cloud service, but not the costs for the underlying cloud infrastructure. You can view and manage those costs in your cloud provider account. + ## Avoid Redis Cloud BYOC service disruption {#avoid-service-disruption} {{< warning >}} From c203bc20ffb0f3dc37721b1cca306a6df3e0b3c4 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:38:36 -0400 Subject: [PATCH 2/2] Update content/operate/rc/changelog/august-2025.md --- content/operate/rc/changelog/august-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rc/changelog/august-2025.md b/content/operate/rc/changelog/august-2025.md index ebf3d3b136..f6e21f2911 100644 --- a/content/operate/rc/changelog/august-2025.md +++ b/content/operate/rc/changelog/august-2025.md @@ -18,4 +18,4 @@ tags: ### Active-Active on Redis Cloud BYOC -You can now deploy [Active-Active databases]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) to an existing Cloud account if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled. +You can now deploy [Active-Active databases]({{< relref "/operate/rc/databases/create-database/create-active-active-database" >}}) to [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}).