Skip to content
Merged
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
12 changes: 6 additions & 6 deletions content/operate/rc/subscriptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ As of April 2024, Redis Cloud supports the following subscription plans:

- [Free Redis Cloud Essentials](#free-rce)
- [Paid Redis Cloud Essentials](#paid-rce)
- [Redis Flex](#redis-flex)
- [Essentials with Redis Flex](#redis-flex)
- [Redis Cloud Pro](#redis-cloud-pro)

Here's a quick comparison of each plan:

| Feature | Redis Cloud Essentials (free) | Redis Cloud Essentials (paid) | Redis Flex | Redis Cloud Pro |
| Feature | Redis Cloud Essentials (free) | Redis Cloud Essentials (paid) | Essentials with Redis Flex | Redis Cloud Pro |
|:---:|:---:|:---:|:---:|:---:|
| Memory size | 30 MB | 250 MB-12 GB | 1 GB-100GB | 50 TB |
| Concurrent connections | 30 | 256-10000 | 1024-10000 | Unlimited |
| Security | Role-based auth<br/>Password protection<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit<br/>Encryption at rest<br/>Private Connectivity |
| REST API | No | Yes | Yes | Yes |
| Selected additional features<br/> <br/> <br/> | | Replication<br/>Auto-failover<br /> | Replication<br/>Auto-failover<br /> | Dedicated accounts<br>Auto Tiering<br/>Active/Active<br/> |
| Selected additional features<br/> <br/> <br/> | | Replication<br/>Auto-failover<br /> | Replication<br/>Auto-failover<br /> | Dedicated accounts<br>Redis Flex<br/>Active/Active<br/> |

To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/).

Expand All @@ -43,9 +43,9 @@ Redis Cloud Essentials is cost-efficient and designed for low-throughput scenari

- [View and upgrade Essentials or Flex plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription" >}})

### Redis Flex {#redis-flex}
#### Essentials with Redis Flex {#redis-flex}

Redis Flex plans are a type of Redis Cloud Essentials plan that support a tiered solid state drive (SSD) and RAM architecture. Using SSDs instead of RAM significantly reduces infrastructure costs, which means developers can build applications that require large datasets using the same Redis API.
You can select Redis Cloud Essentials plans that support a tiered solid state drive (SSD) and RAM architecture. Using SSDs instead of RAM significantly reduces infrastructure costs, which means developers can build applications that require large datasets using the same Redis API.

Redis Flex is ideal when your:

Expand All @@ -58,7 +58,7 @@ See [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-data
- [View and upgrade Essentials or Flex plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription" >}})

### Redis Cloud Pro
Redis Cloud Pro supports more databases, larger databases, greater throughput, and unlimited connections compared to Redis Cloud Essentials. Hosted in dedicated VPCs, they feature high-availability in a single or multi-AZ, Active-Active, Auto-Tiering, clustering, data persistence, and configurable backups. Pricing is "pay as you go" to support any dataset size or throughput.
Redis Cloud Pro supports more databases, larger databases, greater throughput, and unlimited connections compared to Redis Cloud Essentials. Hosted in dedicated VPCs, they feature high-availability in a single or multi-AZ, Active-Active, clustering, data persistence, and configurable backups. Pricing is "pay as you go" to support any dataset size or throughput. [Redis Flex]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) is also available on Redis Cloud Pro.

Redis Cloud Pro annual plans support the same features as Redis Cloud Pro but at significant savings. Annual plans also provide Premium support. The underlying commitment applies to all workloads across multiple providers and regions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To create or edit a cloud account in Redis Cloud:

1. Sign in to the [Redis Cloud console](https://cloud.redis.io/) and then select the target subscription.

1. From the console menu, select **Account Settings** and then select the **Cloud Account** tab.
1. From the console menu, select **Account Settings** and then select the **BYOC Accounts** tab.

This displays a list of cloud accounts associated with your Redis Cloud subscription.

Expand All @@ -47,13 +47,13 @@ The **Cloud Account** tab is only available for accounts with Redis Cloud Bring

## Add a new cloud account

To add a new cloud account to your Redis Cloud subscription, select the **Add** button from the Cloud Account tab of the Account Settings screen.
To add a new cloud account to your Redis Cloud subscription, select the **Add** button from the **BYOC Accounts** tab of the Account Settings screen.

{{<image filename="images/rc/icon-add.png" width="30px" alt="Use the Add button to add new cloud accounts to your Redis Cloud subscription." width="36px">}}

This displays the **Add cloud account** dialog.
This displays the **Bring your own Cloud (BYOC)** dialog.

{{<image filename="images/rc/account-settings-prompt-add-cloud-account.png" alt="Use the Add cloud account prompt to enter the details of the cloud account." width="75%">}}
{{<image filename="images/rc/account-settings-prompt-add-cloud-account.png" alt="Use the Bring your own Cloud prompt to enter the details of the cloud account." width="75%">}}

Each of the following fields are required.

Expand Down Expand Up @@ -105,7 +105,7 @@ Use the **Update account** button to save your changes.

To remove a cloud account from your Redis cloud subscription, select the cloud account from the **Cloud account** tab and then select the **Delete** button.

{{<image filename="images/rc/icon-delete-teal.png" alt="Use the Delete button to remove cloud account details." width="36px">}}
{{<image filename="images/rc/icon-delete-lb.png" alt="Use the Delete button to remove cloud account details." width="36px">}}

## Dedicated IAM resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To add IP addresses or [AWS security groups](https://docs.aws.amazon.com/managed

1. Select an entry **Type** from the list:

{{<image filename="images/rc/subscription-connectivity-allow-list-type-dropdown.png" alt="Select the type of entry to add to the allow list from the Type list." >}}
{{<image filename="images/rc/subscription-connectivity-allow-list-type-dropdown.png" alt="Select the type of entry to add to the allow list from the Type list. You can choose between IP address and AWS security group." >}}

1. In the **Value** box, enter one of these options:

Expand All @@ -62,7 +62,7 @@ To add IP addresses or [AWS security groups](https://docs.aws.amazon.com/managed

You can also select the **Edit** button to change an entry or the **Delete** button to remove it.

{{<image filename="images/rc/icon-edit.png#no-click" alt="The Edit button updates an entry in the allow list." width="36px" class="inline" >}}&nbsp;{{<image filename="images/rc/icon-delete-teal.png#no-click" alt="The Delete button removes an entry from the allow list." width="36px" class="inline" >}}
{{<image filename="images/rc/icon-edit.png#no-click" alt="The Edit button updates an entry in the allow list." width="36px" class="inline" >}}&nbsp;{{<image filename="images/rc/icon-delete-lb.png#no-click" alt="The Delete button removes an entry from the allow list." width="36px" class="inline" >}}

1. Select **Apply all changes** to apply the allow list updates.

Expand Down
4 changes: 1 addition & 3 deletions content/operate/rc/subscriptions/maintenance/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ We won't schedule major upgrades or upgrades that might include breaking changes

Redis will notify you by email when maintenance starts and ends. If Redis needs an action from you to start maintenance, we will notify you with a reasonable amount of time before planned maintenance.

If you want to receive advance notifications, you must [set manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows#set-manual-maintenance-windows" >}}).
If you want to receive advance maintenance notifications, you must [set manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows#set-manual-maintenance-windows" >}}) and [contact support](https://redis.io/support/) to request advance maintenance notifications.

To receive maintenance notifications by email:

1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.

1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.

1. Select the Edit button.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
LinkTitle: View and Upgrade Essentials or Flex plan
Title: View and Upgrade Redis Cloud Essentials or Redis Flex plan
LinkTitle: View and Upgrade Essentials plan
Title: View and Upgrade Redis Cloud Essentials plan
alwaysopen: false
categories:
- docs
Expand All @@ -10,7 +10,7 @@ description: null
hideListLinks: true
weight: 30
---
To view the details of a Redis Cloud Essentials or Redis Flex subscription:
To view the details of a Redis Cloud Essentials subscription:

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

Expand All @@ -24,29 +24,37 @@ To view the details of a Redis Cloud Essentials or Redis Flex subscription:

From here, you can:

- Select the **Upgrade** button to update your subscription plan, high availability settings, or payment method.
- Select the **Plan upgrade** button to update your subscription plan, high availability settings, or payment method.

{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Select the Upgrade plan button to update your subscription settings." width=100px >}}
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Select the Upgrade plan button to update your subscription settings." width=150px >}}

- Select the **Overview** tab to view and edit subscription details.

The following sections provide more details.

## Upgrade plan

Use the **Upgrade** button to update your Redis Cloud Essentials or Redis Flex plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials or Redis Flex plans does not impact database availability during the update.
Use the **Plan upgrade** button to update your Redis Cloud Essentials plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials plans does not impact database availability during the update.

{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils." width=100px >}}
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Use the Plan upgrade button to change selected Redis Cloud Essentials subscription detils." width=150px >}}

For information on how to upgrade to Redis Cloud Pro, see [upgrade subscription plan from Essentials to Pro]({{< relref "/operate/rc/subscriptions/upgrade-essentials-pro" >}}).

### Change high availability and persistence

To change your plan's [high availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) and [data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) settings, change them in the **Configure your settings** panel.

{{<image filename="images/rc/subscription-fixed-high-availability-panel.png" alt="Use the Configure your settings panel to set Essentials subscription settings." >}}

You can switch between **No replication** and **Single-zone replication** at any time, but you cannot choose **Multi-zone replication** after your subscription is created. You also cannot switch from **Multi-zone replication** to another high availability option.

### Change subscription plan

To change your subscription plan, select the desired plan from the list and select the **Upgrade plan** button:

{{<image filename="images/rc/subscription-change-fixed-tiers.png" width="100%" alt="Select the desired subscription plan from the ones shown." >}}

Each Redis Cloud Essentials or Redis Flex plan provides a variety of benefits, including increased memory and number of connections.
Each Redis Cloud Essentials plan provides a variety of benefits, including increased memory and number of connections.
For a comparison of available plans, see [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}).

When you change your plan, your data and endpoints are not disrupted.
Expand All @@ -59,17 +67,9 @@ If you change your subscription to a lower plan, make sure your data fits within
{{< embed-md "rc-fixed-upgrade-limitation.md" >}}
{{< /note >}}

### Change high availability and persistence

To change your plan's [high availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) and [data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) settings, change them in the **Durability settings** panel.

{{<image filename="images/rc/subscription-fixed-high-availability-panel.png" alt="Use the Durability settings panel to set Essentials subscription settings." >}}

You can switch between **No replication** and **Single-zone replication** at any time, but you cannot choose **Multi-zone replication** after your subscription is created. You also cannot switch from **Multi-zone replication** to another high availability option.

### Change payment method

To change your subscription payment method, update the **Credit card** settings. You can select a known payment method from the drop-down list or use the **Add** button to add a new one.
To change your subscription payment method, update the **Payment method** settings. You can select a known payment method from the drop-down list or use the **Add** button to add a new one.

{{<image filename="images/rc/subscription-change-credit-card.png" alt="Use the Credit card drop-down to set your subscription payment method." >}}

Expand All @@ -79,7 +79,7 @@ Payment method changes require the Owner or Billing Admin roles. To verify your

Use the **Update Database** button to save changes.

{{<image filename="images/rc/button-subscription-upgrade-plan-blue.png" alt="Use the Upgrade plan button to save your subscription plan changes." >}}
{{<image filename="images/rc/button-subscription-upgrade-plan-blue.png" alt="Use the Upgrade plan button to save your subscription plan changes." width="150px" >}}

## Subscription overview

Expand All @@ -106,4 +106,4 @@ The following details are displayed:

The **Delete Database** button lets you [delete your database]({{< relref "/operate/rc/databases/delete-database" >}}).

{{<image filename="images/rc/button-delete-database-essentials-overview.png" alt="Use the Delete subscription button to delete your subscription plan." >}}
{{<image filename="images/rc/button-delete-database-essentials-overview.png" alt="Use the Delete subscription button to delete your subscription plan." width="150px" >}}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
Title: Redis Cloud Essentials and Redis Flex plans
Title: Redis Cloud Essentials plans
alwaysopen: false
categories:
- docs
- operate
- rc
description: Provides detailed information on Redis Cloud Essentials and Redis Flex plans
description: Provides detailed information on Redis Cloud Essentials plans.
weight: $weight
---

Expand All @@ -23,7 +23,7 @@ If you need additional resources, you can [upgrade your subscription]({{< relref

## Current plans

These plans are currently offered for all new and upgraded Essentials subscriptions (updated December 2024).
These plans are currently offered for all new and upgraded Essentials subscriptions (updated December 2025).

### Redis Cloud Essentials plans

Expand All @@ -42,7 +42,7 @@ These plans are currently offered for all new and upgraded Essentials subscripti

3. <a name="table-note-3" style="display: block; height: 80px; margin-top: -80px;"></a> Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024.

### Redis Flex plans
### Redis Cloud Essentials plans with Redis Flex

{{<table-scrollable>}}
| **DB&nbsp;size**<sup>[1](#table-note-1-flex)</sup> | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | **25 GB** | **50 GB** | **100 GB** |
Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/subscriptions/view-pro-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Here, you can:

- Set up a [VPC peering]({{< relref "/operate/rc/security/vpc-peering.md" >}}) relationship between the virtual private cloud (VPC) hosting your subscription and another VPC.

- Set up a [CIDR allow list]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist" >}}) containing IP addresses or security groups permitted to access your subscription (_AWS Cloud accounts only_).
- Set up a [CIDR allow list]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist" >}}) containing IP addresses or security groups permitted to access your subscription (_[Bring your own Cloud]({{< relref "/operate/rc/subscriptions/bring-your-own-cloud" >}}) only_).

- Set up [Private Service Connect]({{< relref "/operate/rc/security/private-service-connect" >}}) (*Google Cloud only*), [Transit Gateway]({{< relref "/operate/rc/security/aws-transit-gateway" >}}) (*AWS only*), or [AWS PrivateLink]({{< relref "/operate/rc/security/aws-privatelink" >}}) (*AWS only*).

Expand Down
Binary file modified static/images/rc/access-mgmt-edit-user-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/account-settings-cloud-account-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/account-settings-prompt-add-cloud-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/account-settings-prompt-edit-cloud-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-add-new-to-pro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-cloud-account-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-cloud-account-update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-delete-database-essentials-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-subscription-allow-list-add.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-subscription-allow-list-apply-all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-subscription-upgrade-plan-blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/button-subscription-upgrade-plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/icon-edit-subscription-name.png
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.
Binary file modified static/images/rc/subscription-change-credit-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-change-fixed-tiers.png
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
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.
Binary file modified static/images/rc/subscription-details-fixed-databases-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-details-fixed-overview-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-details-overview-flexible.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscription-fixed-high-availability-panel.png
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.
Binary file modified static/images/rc/subscription-list-select.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/rc/subscriptions-set-maintenance-window.png