Skip to content
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
10 changes: 9 additions & 1 deletion content/operate/rc/changelog/may-2026.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ categories:
- rc
description: New features, enhancements, and other changes added to Redis Cloud during
May 2026.
highlights: Redis 8.6 on Redis Cloud Essentials, Dynamic endpoints, Redirect dynamic endpoints
highlights: Redis Iris, Redis 8.6 on Redis Cloud Essentials, Dynamic endpoints, Redirect dynamic endpoints
linktitle: May 2026
weight: 50
tags:
Expand All @@ -16,6 +16,14 @@ tags:

## New features

### Redis Iris

Redis Iris is a suite of fully-managed services that give AI agents the context engine they need to reliably act on business data. Both [Redis Agent Memory]({{< relref "/operate/rc/context-engine/agent-memory" >}}) and [Redis Context Retriever]({{< relref "/operate/rc/context-engine/context-retriever" >}}) are now available on Redis Cloud as a public preview.

### Bring your own Cloud resource tags

Accounts with [Redis Cloud Bring your own Cloud (BYOC)]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) enabled can now add Cloud Provider resource tags to their BYOC deployments. See [Resource tags]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/resource-tags" >}}) for more information.

### Redis 8.6 on Redis Cloud Essentials

Redis 8.6 is now available for [Redis Cloud Essentials databases]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}) in select regions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ The following settings are defined in the **Advanced options** of the **Setup**
|---|---|
| **Redis Flex** | Determines if your databases are stored only in memory (RAM) or are split between memory and Flash storage (RAM+Flash). See [Redis Flex]({{< relref "/operate/rc/databases/create-database/create-flex-database/" >}}) for more information. |
| **BYOC account** | To deploy these databases to an existing cloud account, select it here. Use the **Add** button to add a new cloud account.<br/><br/>(Available only if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled) |
| **AWS Resource tags** | Applies resource tags to the infrastructure deployed to your BYOC account. See [Resource tags]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/resource-tags" >}}) for more information.<br/><br/>(Available only if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled) |
| **Multi-AZ** | Determines if replication spans multiple Availability Zones, which provides automatic failover when problems occur. See [High Availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}). |
| **VPC configuration** | Select **In a new VPC** to deploy to a new [virtual private cloud](https://en.wikipedia.org/wiki/Virtual_private_cloud) (VPC).<br/><br/>To deploy these databases to an existing virtual private cloud, select **In existing VPC** and then set VPC ID to the appropriate ID value.<br/><br/>(Available only if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled and you have selected an existing BYOC account) |
| **Allowed Availability Zones** | The availability zones for your selected region.<br/><br/>If you choose **Manual selection**, you must select at least one zone ID from the **Zone IDs** list. For more information, see [Availability zones]({{< relref "/operate/rc/databases/configuration/high-availability#availability-zones" >}}). |
Expand Down
101 changes: 101 additions & 0 deletions content/operate/rc/subscriptions/bring-your-own-cloud/resource-tags.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
---
Title: Manage Cloud Provider resource tags
linkTitle: Manage resource tags
alwaysopen: false
categories:
- docs
- operate
- rc
description: Describes how to apply resource tags to Redis Cloud Bring your own Cloud (BYOC) resources.
weight: $weight
---

For Redis Cloud [Bring Your Own Cloud (BYOC)]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) deployments, Redis Cloud provisions infrastructure directly within your Cloud Provider account. Many organizations enforce tagging policies for cost allocation, governance, and compliance. In some environments, resource creation may fail if required tags are not present at creation time.

To address this, Redis Cloud allows you to define resource tags at the subscription level, ensuring consistent tagging across all infrastructure resources created under that subscription.

You can define key-value tags for your Redis Cloud BYOC resources [during database creation](#new-subscription) or by [updating an existing subscription](#existing-subscription). These tags are automatically applied to supported Cloud Provider resources and you can manage them centrally at the subscription level.

## Supported resources

BYOC Resource tags are applied to the following AWS resources:
- EC2 instances
- EBS volumes
- EBS snapshots
- VPCs
- Subnets
- Route tables
- Internet Gateways
- Security Groups
- SSH key pairs
- Elastic Network Interfaces (ENIs)
- VPC peering connections
- Transit Gateway attachments
- Resource Gateways
- Resource Configurations

## Add resource tags to a new subscription {#new-subscription}

To add resource tags when you create a new BYOC subscription:

1. [Create a new Pro subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) and select **Custom settings**.

1. On the **Setup** step, go to **Advanced options > Deployment account** to see the **AWS Resource tags** section.

1. Select **Add additional tag** to add a tag.

{{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}}

1. Enter a **Key** and **Value** for the tag.

{{<image filename="images/rc/byoc-resource-tags-add-tags-new.png" alt="The Add additional tag button." >}}
Comment thread
cmilesb marked this conversation as resolved.

After you add your first tag, you can:

- Select the **Key** or **Value** field of an existing tag and enter new text to edit it.

- Select **Delete** next to a tag to delete it.

{{<image filename="images/rc/icon-delete-lb.png" width="36px" alt="Delete button." >}}

- Select **Add additional tag** to add another tag.

{{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}}

1. Continue creating your subscription.

Redis Cloud applies your tags automatically to all [supported resources](#supported-resources) when they are created, ensuring that your resources will comply with all tagging policies from the start.

## Add resource tags to an existing subscription {#existing-subscription}

You can add, edit, or remove resource tags on an existing BYOC subscription at any time.

1. Sign in to the [Redis Cloud console](https://cloud.redis.io/#/) and select your subscription from the **Subscriptions** list.

1. Select the **Overview** tab.

1. In **General > AWS Resource tags**, select **Edit**.

{{<image filename="images/rc/icon-edit-subscription-name.png" alt="Use the **Edit** button to edit resource tags." >}}

This opens the **AWS Resource tags** sidebar.

{{<image filename="images/rc/byoc-resource-tags-edit-existing.png" alt="The AWS Resource tags sidebar." >}}
Comment thread
cmilesb marked this conversation as resolved.

1. From here, you can:

- Select the **Key** or **Value** field of an existing tag and enter new text to edit it.

- Select **Delete** next to a tag to delete it.

{{<image filename="images/rc/icon-delete-lb.png" width="36px" alt="Delete button." >}}

- Select **Add additional tag** to add another tag.

{{<image filename="images/rc/tags-button-add-additional-tag.png" alt="The Add additional tag button." width="200px" >}}

1. Select **Save tags** to save your changes.

{{< note >}}
Redis Cloud applies resource tags only to resources created after you add or update the tags. Existing resources keep their previous tags.
{{< /note >}}
1 change: 1 addition & 0 deletions content/operate/rc/subscriptions/view-pro-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ The **Overview** summarizes the options used to create the subscription.
| **Active-Active Redis** | Checked when Active-Active Redis is enabled for your subscription |
| **Region** | Describes the region your subscription is deployed to |
| **Availability Zones** | The availability zones your subscription is deployed in (Visible if you selected availability zones on creation) |
| **AWS Resource tags** | The tags applied to your resources in your BYOC account. Select the **Edit** button to manage your resource tags. See [Resource tags]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/resource-tags" >}}) for more information.<br/><br/>(Available only if [Redis Cloud Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) is enabled) |


- The **Price** panel shows the monthly cost of your Redis Cloud Pro subscription.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading