diff --git a/content/rc/cloud-integrations/confluent-cloud.md b/content/rc/cloud-integrations/confluent-cloud.md index 45fb4ac5194..0f7fa36bac6 100644 --- a/content/rc/cloud-integrations/confluent-cloud.md +++ b/content/rc/cloud-integrations/confluent-cloud.md @@ -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]({{}}) or [Flexible]({{}}) subscription in the same region as your Confluent Cloud cluster. +1. Create a [Fixed]({{}}) or [Flexible]({{}}) subscription in the same region as your Confluent Cloud cluster. -1. [Create a database]({{}}) in the subscription. +1. [Create a database]({{}}) in the subscription. 1. If you decide to [enable Transport Layer Security (TLS)]({{}}) for your Redis database, [download the server certificate]({{}}) from the Redis Cloud console and [encode it](#encode-server-certificate) to be used with Confluent Cloud. diff --git a/content/rc/subscriptions/_index.md b/content/rc/subscriptions/_index.md index 750680ca9cd..581e82a9cac 100644 --- a/content/rc/subscriptions/_index.md +++ b/content/rc/subscriptions/_index.md @@ -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]({{}}) helps you create a free subscription and your first database. (Start here if you're new.) +- The [Redis Cloud quick start]({{}}) helps you create a free subscription and your first database. (Start here if you're new.) -- [Create a Fixed subscription]({{}}) +- [Create a Fixed subscription]({{}}) -- [Create a Flexible subscription]({{}}) +- [Create a Flexible subscription]({{}}) - To create an Annual subscription, contact [support](https://redis.com/company/support). View subscription details: -- [View or edit a Fixed subscription]({{}}) +- [View or edit a Fixed subscription]({{}}) -- [View Flexible subscription details]({{}}) +- [View Flexible subscription details]({{}}) -- [Delete a subscription]({{}}) +- [Delete a subscription]({{}}) diff --git a/content/rc/subscriptions/create-fixed-subscription.md b/content/rc/subscriptions/create-fixed-subscription/_index.md similarity index 64% rename from content/rc/subscriptions/create-fixed-subscription.md rename to content/rc/subscriptions/create-fixed-subscription/_index.md index d40b84b0f66..b20b077b670 100644 --- a/content/rc/subscriptions/create-fixed-subscription.md +++ b/content/rc/subscriptions/create-fixed-subscription/_index.md @@ -18,7 +18,7 @@ If you're new to Redis Cloud, the [quick start]({{}}). 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. @@ -26,33 +26,7 @@ Our paid plans start at 250 MB and offer extra features, like high availability If you need additional resources, you can [upgrade your subscription]({{}}) 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 size**[1](#table-note-1-cache-standard) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | -|---|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 | -| **CIDR
allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 | -| **Monthly
total network
bandwidth** | 5 GB | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-cache-standard)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | - -1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. - -2. 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 size **[1](#table-note-1-multi-az) | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | -|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 256 | 1024 | 2500 | 5000 | 10000 | -| **CIDR
allow rules** | 4 | 8 | 8 | 16 | 32 | -| **Monthly
total network
bandwidth** | 64 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-multi-az)** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | - -1. Database size includes replication. See [High availability cost impact]({{}}) for more information. - -2. 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]({{}}) for more information. ## Create a Fixed subscription diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md new file mode 100644 index 00000000000..fec470e8921 --- /dev/null +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -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 size**[1](#table-note-1) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | +|---|---|---|---|---|---|---| +| **Concurrent
connections
per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 | +| **CIDR
allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 | +| **Monthly
total network
bandwidth** | 5 GB | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput[2](#table-note-2)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | + +1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. + +2. 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. + +{{}} +| **Max DB size **[1](#table-note-1-legacy) | **30 MB** | **100 MB** | **250 MB** | **500 MB** | **1 GB** | **2.5 GB** | **5 GB** | **10 GB** | +|-----------------------------------------------------------------------------------|------------------|------------------|-------------------|-------------------|-------------------|-------------------|-------------------|--------------------| +| **Concurrent
connections
per database** | 30 | 256 | 256 | 512 | 1024 | 2500 | 5000 | 10000 | +| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 5 GB | 50 GB | 100 GB | 150 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput** | 100 ops/sec | 500 ops/sec | 1000 ops/sec | 1500 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | +{{
}} + +1. Database size includes replication. See [High availability cost impact]({{}}) for more information. + +2. 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. \ No newline at end of file diff --git a/content/rc/subscriptions/view-fixed-subscription.md b/content/rc/subscriptions/view-fixed-subscription.md index 5b0be665f80..ff7f0746512 100644 --- a/content/rc/subscriptions/view-fixed-subscription.md +++ b/content/rc/subscriptions/view-fixed-subscription.md @@ -54,7 +54,7 @@ To change your subscription plan, select the desired plan from the list and sele {{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]({{}}). +For a comparison of available plans, see [Fixed plan details]({{}}). When you change your plan, your data and endpoints are not disrupted.