diff --git a/content/operate/rc/subscriptions/_index.md b/content/operate/rc/subscriptions/_index.md index f7a8165a81..6e0c0ef5e7 100644 --- a/content/operate/rc/subscriptions/_index.md +++ b/content/operate/rc/subscriptions/_index.md @@ -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
Password protection
Encryption in transit | Role-based auth
Password protection
TLS auth
Encryption in transit | Role-based auth
Password protection
TLS auth
Encryption in transit | Role-based auth
Password protection
TLS auth
Encryption in transit
Encryption at rest
Private Connectivity | | REST API | No | Yes | Yes | Yes | -| Selected additional features


| | Replication
Auto-failover
| Replication
Auto-failover
| Dedicated accounts
Auto Tiering
Active/Active
| +| Selected additional features


| | Replication
Auto-failover
| Replication
Auto-failover
| Dedicated accounts
Redis Flex
Active/Active
| To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/). @@ -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: @@ -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. diff --git a/content/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings.md b/content/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings.md index 4a7fc5a359..2c75d84131 100644 --- a/content/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings.md +++ b/content/operate/rc/subscriptions/bring-your-own-cloud/cloud-account-settings.md @@ -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. @@ -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. {{Use the Add button to add new cloud accounts to your Redis Cloud subscription.}} -This displays the **Add cloud account** dialog. +This displays the **Bring your own Cloud (BYOC)** dialog. -{{Use the Add cloud account prompt to enter the details of the cloud account.}} +{{Use the Bring your own Cloud prompt to enter the details of the cloud account.}} Each of the following fields are required. @@ -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. -{{Use the Delete button to remove cloud account details.}} +{{Use the Delete button to remove cloud account details.}} ## Dedicated IAM resources diff --git a/content/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist.md b/content/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist.md index 10fe27304e..4bb1a60d9e 100644 --- a/content/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist.md +++ b/content/operate/rc/subscriptions/bring-your-own-cloud/subscription-whitelist.md @@ -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: - {{Select the type of entry to add to the allow list from the Type list.}} + {{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: @@ -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. - {{The Edit button updates an entry in the allow list.}} {{The Delete button removes an entry from the allow list.}} + {{The Edit button updates an entry in the allow list.}} {{The Delete button removes an entry from the allow list.}} 1. Select **Apply all changes** to apply the allow list updates. diff --git a/content/operate/rc/subscriptions/maintenance/_index.md b/content/operate/rc/subscriptions/maintenance/_index.md index b5e916b7ee..ac7a174f8d 100644 --- a/content/operate/rc/subscriptions/maintenance/_index.md +++ b/content/operate/rc/subscriptions/maintenance/_index.md @@ -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. diff --git a/content/operate/rc/subscriptions/view-essentials-subscription/_index.md b/content/operate/rc/subscriptions/view-essentials-subscription/_index.md index 3ceb80b1c9..98bd165791 100644 --- a/content/operate/rc/subscriptions/view-essentials-subscription/_index.md +++ b/content/operate/rc/subscriptions/view-essentials-subscription/_index.md @@ -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 @@ -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. @@ -24,9 +24,9 @@ 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. - {{Select the Upgrade plan button to update your subscription settings.}} + {{Select the Upgrade plan button to update your subscription settings.}} - Select the **Overview** tab to view and edit subscription details. @@ -34,19 +34,27 @@ 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. -{{Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils.}} +{{Use the Plan upgrade button to change selected Redis Cloud Essentials subscription detils.}} 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. + +{{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: {{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. @@ -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. - -{{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. {{Use the Credit card drop-down to set your subscription payment method.}} @@ -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. -{{Use the Upgrade plan button to save your subscription plan changes.}} +{{Use the Upgrade plan button to save your subscription plan changes.}} ## Subscription overview @@ -106,4 +106,4 @@ The following details are displayed: The **Delete Database** button lets you [delete your database]({{< relref "/operate/rc/databases/delete-database" >}}). -{{Use the Delete subscription button to delete your subscription plan.}} +{{Use the Delete subscription button to delete your subscription plan.}} diff --git a/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md b/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md index 90a80e5e37..27329761ac 100644 --- a/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md +++ b/content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md @@ -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 --- @@ -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 @@ -42,7 +42,7 @@ These plans are currently offered for all new and upgraded Essentials subscripti 3. 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 {{}} | **DB size**[1](#table-note-1-flex) | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | **25 GB** | **50 GB** | **100 GB** | diff --git a/content/operate/rc/subscriptions/view-pro-subscription.md b/content/operate/rc/subscriptions/view-pro-subscription.md index 18c4f98980..93e6454653 100644 --- a/content/operate/rc/subscriptions/view-pro-subscription.md +++ b/content/operate/rc/subscriptions/view-pro-subscription.md @@ -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*). diff --git a/static/images/rc/access-mgmt-edit-user-dialog.png b/static/images/rc/access-mgmt-edit-user-dialog.png index 6e2d15646a..df09487b68 100644 Binary files a/static/images/rc/access-mgmt-edit-user-dialog.png and b/static/images/rc/access-mgmt-edit-user-dialog.png differ diff --git a/static/images/rc/account-settings-cloud-account-tab.png b/static/images/rc/account-settings-cloud-account-tab.png index 4e0f946fbc..73eed66e1e 100644 Binary files a/static/images/rc/account-settings-cloud-account-tab.png and b/static/images/rc/account-settings-cloud-account-tab.png differ diff --git a/static/images/rc/account-settings-prompt-add-cloud-account.png b/static/images/rc/account-settings-prompt-add-cloud-account.png index dfe90c557f..c5538723c6 100644 Binary files a/static/images/rc/account-settings-prompt-add-cloud-account.png and b/static/images/rc/account-settings-prompt-add-cloud-account.png differ diff --git a/static/images/rc/account-settings-prompt-edit-cloud-account.png b/static/images/rc/account-settings-prompt-edit-cloud-account.png index 6a9b77b190..092d4537bc 100644 Binary files a/static/images/rc/account-settings-prompt-edit-cloud-account.png and b/static/images/rc/account-settings-prompt-edit-cloud-account.png differ diff --git a/static/images/rc/button-add-new-to-pro.png b/static/images/rc/button-add-new-to-pro.png index 073f960288..f7e73c3253 100644 Binary files a/static/images/rc/button-add-new-to-pro.png and b/static/images/rc/button-add-new-to-pro.png differ diff --git a/static/images/rc/button-cloud-account-add.png b/static/images/rc/button-cloud-account-add.png index 62f4fd4390..8fd556c1fa 100644 Binary files a/static/images/rc/button-cloud-account-add.png and b/static/images/rc/button-cloud-account-add.png differ diff --git a/static/images/rc/button-cloud-account-update.png b/static/images/rc/button-cloud-account-update.png index 54095d1a25..4a5fbc737f 100644 Binary files a/static/images/rc/button-cloud-account-update.png and b/static/images/rc/button-cloud-account-update.png differ diff --git a/static/images/rc/button-delete-database-essentials-overview.png b/static/images/rc/button-delete-database-essentials-overview.png index e0c3986604..88476f38f6 100644 Binary files a/static/images/rc/button-delete-database-essentials-overview.png and b/static/images/rc/button-delete-database-essentials-overview.png differ diff --git a/static/images/rc/button-subscription-allow-list-add.png b/static/images/rc/button-subscription-allow-list-add.png index 85da8cdeb5..564671b0f2 100644 Binary files a/static/images/rc/button-subscription-allow-list-add.png and b/static/images/rc/button-subscription-allow-list-add.png differ diff --git a/static/images/rc/button-subscription-allow-list-apply-all.png b/static/images/rc/button-subscription-allow-list-apply-all.png index e086993059..a6bb74bc5d 100644 Binary files a/static/images/rc/button-subscription-allow-list-apply-all.png and b/static/images/rc/button-subscription-allow-list-apply-all.png differ diff --git a/static/images/rc/button-subscription-upgrade-plan-blue.png b/static/images/rc/button-subscription-upgrade-plan-blue.png index a587d040fe..c9db268dbf 100644 Binary files a/static/images/rc/button-subscription-upgrade-plan-blue.png and b/static/images/rc/button-subscription-upgrade-plan-blue.png differ diff --git a/static/images/rc/button-subscription-upgrade-plan.png b/static/images/rc/button-subscription-upgrade-plan.png index 71a24ccaec..b296fa4e33 100644 Binary files a/static/images/rc/button-subscription-upgrade-plan.png and b/static/images/rc/button-subscription-upgrade-plan.png differ diff --git a/static/images/rc/icon-edit-subscription-name.png b/static/images/rc/icon-edit-subscription-name.png index 719fa4ff45..eb7a0833e0 100644 Binary files a/static/images/rc/icon-edit-subscription-name.png and b/static/images/rc/icon-edit-subscription-name.png differ diff --git a/static/images/rc/icon-subscription-detail-change-payment-flexible.png b/static/images/rc/icon-subscription-detail-change-payment-flexible.png index b50c4c58cf..e40b540b41 100644 Binary files a/static/images/rc/icon-subscription-detail-change-payment-flexible.png and b/static/images/rc/icon-subscription-detail-change-payment-flexible.png differ diff --git a/static/images/rc/subscription-change-credit-card.png b/static/images/rc/subscription-change-credit-card.png index e6b7d4d57e..9e0ba128ec 100644 Binary files a/static/images/rc/subscription-change-credit-card.png and b/static/images/rc/subscription-change-credit-card.png differ diff --git a/static/images/rc/subscription-change-fixed-tiers.png b/static/images/rc/subscription-change-fixed-tiers.png index 1c37a09903..c3eda6e230 100644 Binary files a/static/images/rc/subscription-change-fixed-tiers.png and b/static/images/rc/subscription-change-fixed-tiers.png differ diff --git a/static/images/rc/subscription-connectivity-allow-list-add-entry.png b/static/images/rc/subscription-connectivity-allow-list-add-entry.png index add83d47d6..af5d108360 100644 Binary files a/static/images/rc/subscription-connectivity-allow-list-add-entry.png and b/static/images/rc/subscription-connectivity-allow-list-add-entry.png differ diff --git a/static/images/rc/subscription-connectivity-allow-list-type-dropdown.png b/static/images/rc/subscription-connectivity-allow-list-type-dropdown.png index 02b07c6315..241864bbf8 100644 Binary files a/static/images/rc/subscription-connectivity-allow-list-type-dropdown.png and b/static/images/rc/subscription-connectivity-allow-list-type-dropdown.png differ diff --git a/static/images/rc/subscription-details-connectivity-tab-flexible.png b/static/images/rc/subscription-details-connectivity-tab-flexible.png index 3e833afb96..f39df5dc47 100644 Binary files a/static/images/rc/subscription-details-connectivity-tab-flexible.png and b/static/images/rc/subscription-details-connectivity-tab-flexible.png differ diff --git a/static/images/rc/subscription-details-fixed-databases-tab.png b/static/images/rc/subscription-details-fixed-databases-tab.png index 60ac0f25e5..02af69ef61 100644 Binary files a/static/images/rc/subscription-details-fixed-databases-tab.png and b/static/images/rc/subscription-details-fixed-databases-tab.png differ diff --git a/static/images/rc/subscription-details-fixed-overview-tab.png b/static/images/rc/subscription-details-fixed-overview-tab.png index ae7a7e4272..916ee195d3 100644 Binary files a/static/images/rc/subscription-details-fixed-overview-tab.png and b/static/images/rc/subscription-details-fixed-overview-tab.png differ diff --git a/static/images/rc/subscription-details-overview-flexible.png b/static/images/rc/subscription-details-overview-flexible.png index c5c30aa03a..ad3795f995 100644 Binary files a/static/images/rc/subscription-details-overview-flexible.png and b/static/images/rc/subscription-details-overview-flexible.png differ diff --git a/static/images/rc/subscription-fixed-high-availability-panel.png b/static/images/rc/subscription-fixed-high-availability-panel.png index ae39fbc319..98e023c500 100644 Binary files a/static/images/rc/subscription-fixed-high-availability-panel.png and b/static/images/rc/subscription-fixed-high-availability-panel.png differ diff --git a/static/images/rc/subscription-flexible-databases-tab-pending.png b/static/images/rc/subscription-flexible-databases-tab-pending.png index a5bdce0a6e..bfaf5cdbc3 100644 Binary files a/static/images/rc/subscription-flexible-databases-tab-pending.png and b/static/images/rc/subscription-flexible-databases-tab-pending.png differ diff --git a/static/images/rc/subscription-list-select.png b/static/images/rc/subscription-list-select.png index a3b15dcd67..916c9868ca 100644 Binary files a/static/images/rc/subscription-list-select.png and b/static/images/rc/subscription-list-select.png differ diff --git a/static/images/rc/subscriptions-set-maintenance-window.png b/static/images/rc/subscriptions-set-maintenance-window.png index df9064afe2..fab4240af9 100644 Binary files a/static/images/rc/subscriptions-set-maintenance-window.png and b/static/images/rc/subscriptions-set-maintenance-window.png differ