Skip to content

Commit

Permalink
RC: Show legacy plans on create subscription page (#3190)
Browse files Browse the repository at this point in the history
* Add fixed plan details page

* fix build errors

* added removed plans to previous plans

* add 30MB to previous

* Fixed network bandwidth

* Remove multi-az table

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Update content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
  • Loading branch information
cmilesb and mich-elle-luna authored Mar 25, 2024
1 parent 1c74866 commit 8f51fa7
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 37 deletions.
4 changes: 2 additions & 2 deletions content/rc/cloud-integrations/confluent-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ You can send data from [Confluent Cloud](https://confluent.cloud/) to your Redis

Before you add the Redis Sink Confluent connector to your Confluent Cloud cluster:

1. Create a [Fixed]({{<relref "rc/subscriptions/create-fixed-subscription.md">}}) or [Flexible]({{<relref "rc/subscriptions/create-flexible-subscription.md">}}) subscription in the same region as your Confluent Cloud cluster.
1. Create a [Fixed]({{<relref "rc/subscriptions/create-fixed-subscription">}}) or [Flexible]({{<relref "rc/subscriptions/create-flexible-subscription">}}) subscription in the same region as your Confluent Cloud cluster.

1. [Create a database]({{<relref "rc/databases/create-database.md">}}) in the subscription.
1. [Create a database]({{<relref "rc/databases/create-database">}}) in the subscription.

1. If you decide to [enable Transport Layer Security (TLS)]({{<relref "/rc/security/database-security/tls-ssl">}}) for your Redis database, [download the server certificate]({{<relref "/rc/security/database-security/tls-ssl#download-certificates">}}) from the Redis Cloud console and [encode it](#encode-server-certificate) to be used with Confluent Cloud.

Expand Down
12 changes: 6 additions & 6 deletions content/rc/subscriptions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@ Annual plans support the same features as Flexible plans but at significant savi

Create a new subscription:

- The [Redis Cloud quick start]({{<relref "rc/rc-quickstart.md">}}) helps you create a free subscription and your first database. (Start here if you're new.)
- The [Redis Cloud quick start]({{<relref "rc/rc-quickstart">}}) helps you create a free subscription and your first database. (Start here if you're new.)

- [Create a Fixed subscription]({{<relref "rc/subscriptions/create-fixed-subscription.md">}})
- [Create a Fixed subscription]({{<relref "rc/subscriptions/create-fixed-subscription">}})

- [Create a Flexible subscription]({{<relref "rc/subscriptions/create-flexible-subscription.md">}})
- [Create a Flexible subscription]({{<relref "rc/subscriptions/create-flexible-subscription">}})

- To create an Annual subscription, contact [support](https://redis.com/company/support).

View subscription details:

- [View or edit a Fixed subscription]({{<relref "/rc/subscriptions/view-fixed-subscription.md">}})
- [View or edit a Fixed subscription]({{<relref "/rc/subscriptions/view-fixed-subscription">}})

- [View Flexible subscription details]({{<relref "/rc/subscriptions/view-flexible-subscription.md">}})
- [View Flexible subscription details]({{<relref "/rc/subscriptions/view-flexible-subscription">}})

- [Delete a subscription]({{<relref "/rc/subscriptions/delete-subscription.md">}})
- [Delete a subscription]({{<relref "/rc/subscriptions/delete-subscription">}})


Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,15 @@ If you're new to Redis Cloud, the [quick start]({{<relref "/rc/rc-quickstart.md"

## Fixed plans

Fixed plan [pricing](https://redis.com/cloud/pricing/) scales according to the memory size of the database defined in the subscription. Additional limits also apply, as shown in the tables below (updated February 2024).
Fixed plan [pricing](https://redis.com/cloud/pricing/) scales according to the memory size of the database defined in the subscription. Additional limits also apply, as shown in [Fixed plan details]({{<relref "rc/subscriptions/create-fixed-subscription/fixed-plan-details">}}).

The 30 MB Fixed plan is free; it's designed for learning and building test projects. It gives you enough space to learn Redis concepts and develop application prototypes.

Our paid plans start at 250 MB and offer extra features, like high availability and backups (both daily and instant). They are great for bigger projects or production environments that require increased storage, reliability, and other features to support your operational needs.

If you need additional resources, you can [upgrade your subscription]({{<relref "/rc/subscriptions/view-fixed-subscription#upgrade-subscription-plan">}}) at any time.

There are some differences between plans for the different high availability options. See the tables for [No replication and single-zone replication](#cache-standard) and [Multi-zone replication](#multi-az) for more details.

### No replication and single-zone replication {#cache-standard}

| **DB&nbsp;size**<sup>[1](#table-note-1-cache-standard)</sup> | **30&nbsp;MB&nbsp;(Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** |
|---|---|---|---|---|---|---|
| **Concurrent<br/>connections<br/>per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 |
| **CIDR<br/> allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 |
| **Monthly<br/> total network<br/> bandwidth** | 5&nbsp;GB | 100&nbsp;GB | 200&nbsp;GB | 400&nbsp;GB | 800&nbsp;GB | 2000&nbsp;GB |
| **Maximum<br/> throughput<sup>[2](#table-note-2-cache-standard)</sup>** | 100&nbsp;ops/sec | 1000&nbsp;ops/sec | 2000&nbsp;ops/sec | 4000&nbsp;ops/sec | 8000&nbsp;ops/sec | 16000&nbsp;ops/sec |

1. <a name="table-note-1-cache-standard" style="display: block; height: 80px; margin-top: -80px;"></a> Database size includes replication where applicable. See [High availability cost impact]({{<relref "rc/databases/configuration/high-availability#performance-and-cost-impact">}}) for more information.

2. <a name="table-note-2-cache-standard" 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.

### Multi-zone replication {#multi-az}

| **DB&nbsp;size&nbsp;**<sup>[1](#table-note-1-multi-az)</sup> | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** |
|---|---|---|---|---|---|
| **Concurrent<br/>connections<br/>per database** | 256 | 1024 | 2500 | 5000 | 10000 |
| **CIDR<br/> allow rules** | 4 | 8 | 8 | 16 | 32 |
| **Monthly<br/> total network<br/> bandwidth** | 64&nbsp;GB | 200 GB | 400 GB | 800 GB | 2000 GB |
| **Maximum<br/> throughput<sup>[2](#table-note-2-multi-az)</sup>** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec |

1. <a name="table-note-1-multi-az" style="display: block; height: 80px; margin-top: -80px;"></a> Database size includes replication. See [High availability cost impact]({{<relref "rc/databases/configuration/high-availability#performance-and-cost-impact">}}) for more information.

2. <a name="table-note-2-multi-az" 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.
There are some differences between plans for the various high availability options. See [Fixed plan details]({{<relref "/rc/subscriptions/create-fixed-subscription/fixed-plan-details">}}) for more information.

## Create a Fixed subscription

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
Title: Fixed plan details
description: Provides detailed information on Fixed plans
weight: $weight
alwaysopen: false
categories: ["RC"]
---

## Current Fixed plans

These plans are currently offered for all new and upgraded Fixed subscriptions (updated March 2024).

| **DB&nbsp;size**<sup>[1](#table-note-1)</sup> | **30&nbsp;MB&nbsp;(Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** |
|---|---|---|---|---|---|---|
| **Concurrent<br/>connections<br/>per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 |
| **CIDR<br/> allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 |
| **Monthly<br/> total network<br/> bandwidth** | 5&nbsp;GB | 100&nbsp;GB | 200&nbsp;GB | 400&nbsp;GB | 800&nbsp;GB | 2000&nbsp;GB |
| **Maximum<br/> throughput<sup>[2](#table-note-2)</sup>** | 100&nbsp;ops/sec | 1000&nbsp;ops/sec | 2000&nbsp;ops/sec | 4000&nbsp;ops/sec | 8000&nbsp;ops/sec | 16000&nbsp;ops/sec |

1. <a name="table-note-1" style="display: block; height: 80px; margin-top: -80px;"></a> Database size includes replication where applicable. See [High availability cost impact]({{<relref "rc/databases/configuration/high-availability#performance-and-cost-impact">}}) for more information.

2. <a name="table-note-2" 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.

## Previous plans {#legacy}

These plans were available before November 2023.

{{<table-scrollable>}}
| **Max&nbsp;DB&nbsp;size&nbsp;**<sup>[1](#table-note-1-legacy)</sup> | **30 MB** | **100 MB** | **250 MB** | **500 MB** | **1 GB** | **2.5 GB** | **5 GB** | **10 GB** |
|-----------------------------------------------------------------------------------|------------------|------------------|-------------------|-------------------|-------------------|-------------------|-------------------|--------------------|
| **Concurrent<br/>connections<br/>per database** | 30 | 256 | 256 | 512 | 1024 | 2500 | 5000 | 10000 |
| **Monthly<br/> total network<br/> bandwidth**<sup>[2](#table-note-2-legacy)</sup> | 5&nbsp;GB | 50&nbsp;GB | 100&nbsp;GB | 150&nbsp;GB | 200&nbsp;GB | 400&nbsp;GB | 800&nbsp;GB | 2000&nbsp;GB |
| **Maximum<br/> throughput** | 100&nbsp;ops/sec | 500&nbsp;ops/sec | 1000&nbsp;ops/sec | 1500&nbsp;ops/sec | 2000&nbsp;ops/sec | 4000&nbsp;ops/sec | 8000&nbsp;ops/sec | 16000&nbsp;ops/sec |
{{</table-scrollable>}}

1. <a name="table-note-1-legacy" style="display: block; height: 80px; margin-top: -80px;"></a> Database size includes replication. See [High availability cost impact]({{<relref "rc/databases/configuration/high-availability#performance-and-cost-impact">}}) for more information.

2. <a name="table-note-2-legacy" 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.
2 changes: 1 addition & 1 deletion content/rc/subscriptions/view-fixed-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To change your subscription plan, select the desired plan from the list and sele
{{<image filename="images/rc/subscription-change-fixed-tiers.png" width="100%" alt="Select the desired subscription plan from the ones shown." >}}{{< /image >}}

Each Fixed plan provides a variety of benefits, including increased memory and number of connections.
For a comparison of available plans, see [Fixed plans]({{<relref "rc/subscriptions/create-fixed-subscription.md#fixed-plans">}}).
For a comparison of available plans, see [Fixed plan details]({{<relref "rc/subscriptions/create-fixed-subscription/fixed-plan-details">}}).

When you change your plan, your data and endpoints are not disrupted.

Expand Down

0 comments on commit 8f51fa7

Please sign in to comment.