diff --git a/content/operate/rc/changelog/may-2026.md b/content/operate/rc/changelog/may-2026.md
index c734502ac2..0a58f0b96f 100644
--- a/content/operate/rc/changelog/may-2026.md
+++ b/content/operate/rc/changelog/may-2026.md
@@ -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:
@@ -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.
diff --git a/content/operate/rc/databases/create-database/create-pro-database-new.md b/content/operate/rc/databases/create-database/create-pro-database-new.md
index f425626d61..51dd36dcb6 100644
--- a/content/operate/rc/databases/create-database/create-pro-database-new.md
+++ b/content/operate/rc/databases/create-database/create-pro-database-new.md
@@ -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.
(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.
(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).
To deploy these databases to an existing virtual private cloud, select **In existing VPC** and then set VPC ID to the appropriate ID value.
(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.
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" >}}). |
diff --git a/content/operate/rc/subscriptions/bring-your-own-cloud/resource-tags.md b/content/operate/rc/subscriptions/bring-your-own-cloud/resource-tags.md
new file mode 100644
index 0000000000..0e98c3b037
--- /dev/null
+++ b/content/operate/rc/subscriptions/bring-your-own-cloud/resource-tags.md
@@ -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.
+
+ {{}}
+
+1. Enter a **Key** and **Value** for the tag.
+
+ {{}}
+
+ 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.
+
+ {{}}
+
+ - Select **Add additional tag** to add another tag.
+
+ {{}}
+
+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**.
+
+ {{}}
+
+ This opens the **AWS Resource tags** sidebar.
+
+ {{}}
+
+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.
+
+ {{}}
+
+ - Select **Add additional tag** to add another tag.
+
+ {{}}
+
+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 >}}
diff --git a/content/operate/rc/subscriptions/view-pro-subscription.md b/content/operate/rc/subscriptions/view-pro-subscription.md
index 93e6454653..154a531a24 100644
--- a/content/operate/rc/subscriptions/view-pro-subscription.md
+++ b/content/operate/rc/subscriptions/view-pro-subscription.md
@@ -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.
(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.
diff --git a/static/images/rc/byoc-resource-tags-add-tags-new.png b/static/images/rc/byoc-resource-tags-add-tags-new.png
new file mode 100644
index 0000000000..10ebeeaa31
Binary files /dev/null and b/static/images/rc/byoc-resource-tags-add-tags-new.png differ
diff --git a/static/images/rc/byoc-resource-tags-edit-existing.png b/static/images/rc/byoc-resource-tags-edit-existing.png
new file mode 100644
index 0000000000..63fa22f9e8
Binary files /dev/null and b/static/images/rc/byoc-resource-tags-edit-existing.png differ