Skip to content

Commit 381e596

Browse files
committed
RC: A/A on BYOC
1 parent df12352 commit 381e596

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
Title: Redis Cloud changelog (August 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
August 2025.
10+
highlights: Active-Active on Redis Cloud BYOC
11+
linktitle: August 2025
12+
weight: 70
13+
tags:
14+
- changelog
15+
---
16+
17+
## New features
18+
19+
### Active-Active on Redis Cloud BYOC
20+
21+
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.

content/operate/rc/databases/create-database/create-active-active-database.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ You can use a region's Remove button to remove it from the list.
8585
{{<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." >}}
8686

8787
In the **Advanced options** section, you can:
88+
89+
- 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.
8890

8991
- Define CIDR addresses for each region in the **VPC configuration** section.
9092

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

99101
{{<image filename="images/rc/icon-cidr-address-error.png" width="30px" alt="Red exclamation points indicate CIDR address problems." >}}
100102

103+
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.
104+
101105
- 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" >}}).
102106

103107
When finished, choose **Continue** to determine your size requirements.

content/operate/rc/subscriptions/bring-your-own-cloud/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ To set up Redis Cloud BYOC on Amazon Web Services (AWS):
5050

5151
1. [Set your AWS Account as a BYOC Cloud account]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings" >}}) on Redis Cloud.
5252

53+
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.
54+
55+
## Redis Cloud BYOC pricing
56+
57+
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.
58+
59+
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.
60+
5361
## Avoid Redis Cloud BYOC service disruption {#avoid-service-disruption}
5462

5563
{{< warning >}}

0 commit comments

Comments
 (0)