Skip to content

RC: A/A on BYOC #1960

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/operate/rc/changelog/august-2025.md
Original file line number Diff line number Diff line change
@@ -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 [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}).
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ You can use a region's Remove button to remove it from the list.
{{<image filename="images/rc/create-sub-active-active-cidr.png" width="75%" alt="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.

Expand All @@ -98,6 +100,8 @@ In the **Advanced options** section, you can:

{{<image filename="images/rc/icon-cidr-address-error.png" width="30px" alt="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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down