Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-1044: RC - Add shard descriptions to Create Flexible topic #1717

Merged
merged 3 commits into from
Dec 23, 2021
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
33 changes: 22 additions & 11 deletions content/rc/subscriptions/create-flexible-subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ aliases: /rc/administration/customize-pro/
/rc/administration/setup/customize-pro.md
/rc/administration/setup/customize-flexible-plan/
---

Flexible subscriptions support any dataset size or throughput. Pricing is based on your [workload requirements](https://redislabs.com/redis-enterprise-cloud/pricing/) (database size and throughput.)

When you create a Flexible subscription, a cost estimate is provided to help you understand the impact of your requirements.
Expand All @@ -21,7 +20,7 @@ To create a [Flexible subscription]({{< relref "/rc/subscriptions/#subscription-

1. From the admin console menu, select the **New Subscription** button.

{{<image filename="images/rc/button-subscription-new.png" alt="The New subscriptions button in the admin console menu." >}}{{< /image >}}
{{<image filename="images/rc/button-subscription-new.png" width="20%" alt="The New subscriptions button in the admin console menu." >}}{{< /image >}}

2. When the **New subscription** page appears, select **Flexible plans** and then scroll to the cloud vendor options.

Expand Down Expand Up @@ -82,7 +81,7 @@ The following settings are defined in the **Advanced options** of the **Setup**

When finished, choose **Continue** to determine your subscription size requirements.

{{<image filename="images/rc/button-subscription-continue.png" alt="Select the Continue button to continue to the next step." >}}{{< /image >}}
{{<image filename="images/rc/button-subscription-continue.png" width="100px" alt="Select the Continue button to continue to the next step." >}}{{< /image >}}

## Sizing tab

Expand All @@ -92,15 +91,15 @@ The **Sizing** tab helps you specify the database, memory, and throughput requir

When you first visit the **Sizing** tab, there are no databases defined. Select the **Add** button to create one.

{{<image filename="images/rc/icon-add-database.png" alt="Use the Add button to define a new database for your subscription." >}}{{< /image >}}
{{<image filename="images/rc/icon-add-database.png" width="30px" alt="Use the Add button to define a new database for your subscription." >}}{{< /image >}}

This opens the **New Database** dialog, which lets you define the requirements for your new database.

{{<image filename="images/rc/flexible-add-database-basic.png" width="75%" alt="The New Database dialog with basic settings." >}}{{< /image >}}

By default, you're shown basic settings, which include:

| New database setting | Description |
| Database&nbsp;setting | Description |
|:---------|:-----------|
| **Name** | A custom name for your database (_required_) |
| **Throughput/Shards** | Identifies maximum throughput for the database, which can be specified in terms of operations per second (**Ops/sec**) or number of shards dedicated to the database (**Shards**).throughput is measured for the database, either operations per second (_Ops/sec_) or _Number of shards_. |
Expand All @@ -114,7 +113,7 @@ Advanced options are also available.

Select **Advanced options** to specify values for the following settings:

| New database<br/>advanced option | Description |
| Advanced&nbsp;option | Description |
|:---------|:-----------|
| **OSS Cluster API** | Enable to use the open-source Redis Cluster API. |
| **Protocol** | Set to _Memcached_ database to support the legacy database; otherwise leave at _Redis_ |
Expand All @@ -123,15 +122,13 @@ Select **Advanced options** to specify values for the following settings:

When finished, select **Save Database** to create your database.

{{<image filename="images/rc/button-database-save.png" alt="Select the Save Database button to define your new database." >}}{{< /image >}}
{{<image filename="images/rc/button-database-save.png" width="140px" alt="Select the Save Database button to define your new database." >}}{{< /image >}}

Use the **Add database** button to define additional databases or select the **Continue button** to display the **Review and create** tab.

Use the **Edit** icon to change a database or the **Delete** icon to remove a database from the list.

{{<image filename="images/rc/icon-database-edit.png" alt="Use the Edit button to change database settings." >}}{{< /image >}}
&nbsp;
{{<image filename="images/rc/icon-database-delete.png" alt="Use the Delete button to remove a database." >}}{{< /image >}}
{{<image filename="images/rc/icon-database-edit.png" width="30px" alt="Use the Edit button to change database settings." >}}{{< /image >}}&nbsp;{{<image filename="images/rc/icon-database-delete.png" width="30px" alt="Use the Delete button to remove a database." >}}{{< /image >}}


## Review and Create tab
Expand All @@ -142,8 +139,22 @@ The **Review & Create** tab provides a cost estimate for your Flexible plan:

Select **Back to Sizing** to make changes or **Create subscription** to create your new Flexible subscription.

{{<image filename="images/rc/button-subscription-create.png" alt="Select Create subscription to create your new subscription." >}}{{< /image >}}
{{<image filename="images/rc/button-subscription-create.png" width="140px" alt="Select Create subscription to create your new subscription." >}}{{< /image >}}

Note that subscriptions are created in the background. While they are provisioning, you aren't allowed to make changes. (The process generally takes 10-15 minutes.)

Use the **Subscriptions list** to check the status of your subscription. You will also receive an email when your subscription is ready to use.

### Shard types

The shard types associated with your subscription depend on your database memory size and throughput requirements.

| Shard type | Capacity (Memory/Throughput) |
|:------------|:----------|
| Micro | 1GB / 1K ops/sec |
| High-throughput | 2.5GB / 25K ops/sec |
| Small | 12.5GB / 12.5K ops/sec |
| Large | 25GB / 25K ops/sec |
| Very large | 50GB / 5.0K ops/sec |

Prices vary according to the cloud provider and region. Minimum prices apply. To learn more, see [Cloud pricing](https://redis.com/redis-enterprise-cloud/pricing/).
2 changes: 1 addition & 1 deletion static/theme-flex/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ article section.page table th {
/* padding: 0.5rem; */
/* text-transform: uppercase; */
vertical-align: middle;
text-align: center;
text-align: left;
font-weight: 700;
/* background: #d8e3e8; */
/* color: black; */
Expand Down