diff --git a/content/rc/rc-quickstart.md b/content/rc/rc-quickstart.md index fc2f72940f1..a165d24b339 100644 --- a/content/rc/rc-quickstart.md +++ b/content/rc/rc-quickstart.md @@ -26,64 +26,80 @@ If you already have a subscription, see [Manage subscriptions]({{< relref "/rc/s To create a new free subscription: -1. Sign in to the Redis Cloud admin portal. (Create an acoount if you don't already have one.) +1. Sign in to the Redis Cloud [admin portal](https://app.redislabs.com/new/). (Create an account if you don't already have one.) -2. From the admin console menu, choose **Subscriptions**. +2. If this is the first time you've signed in, you have no active subscriptions and can select the **Add subscription** button. - {{The Subscriptions command from the admin console menu.}}{{< /image >}} + {{The Add subscriptions button appears when there are no other subscriptions.}}{{< /image >}} + If you already have a subscription, select the **New subscription** button in the admin menu. + {{The New subscriptions button in the admin console menu.}}{{< /image >}} -3. Select the **Add Subscription** button (![Add button](/images/rs/icon_add.png#no-click "Add Subscription")). + (You can only have one free subscription.) - {{The Subscription list when you have no subscriptions.}}{{< /image >}} +3. When the **New subscription** page appears, select **Fixed plans** and then scroll to the cloud vendor options. + + {{Available subscription plan options.}}{{< /image >}} 4. Choose a **Cloud Provider** and a **Region**. (You can ignore the **High-Availability** options for now; these are available in paid tiers only.) + {{Available cloud vendor options.}}{{< /image >}} + + 5. In the **Fixed Size** panel, locate the **Dataset Size** list and then choose **30MB**. Free plans are a tier of Fixed plans; this provides an easy upgrade path when you need it. - {{Create a free subscription. }}{{< /image >}} + {{Create a free subscription. }}{{< /image >}} -6. Enter a descriptive **Subscription Name** and then select **Create**. +6. Enter a descriptive **Subscription Name** and then select the **Create subscription**. + + {{The Create subscription button is located below the subscription options. }}{{< /image >}} -If this is your first subscription, you'll be taken directly to the **Create Database** screen. ## Create a database -Next, we create a database. +Now that you have a subscription, you need to create a database. + +1. If you aren't already at the **Subscription details** screen, sign into the Redis Cloud admin console and select your subscription from the subscription list. -1. If you aren't already at the Databases screen, sign into the Redis Cloud admin console, select **Databases** from the menu, and then select the ![Add button](/images/rs/icon_add.png#no-click "Add") button. +2. Select the **New Database** button. - {{Create a free subscription. }}{{< /image >}} + {{Use the New database to create a database.}}{{< /image >}} -2. Enter a descriptive **Database Name**. +2. In the **General** section, enter a descriptive **Database Name**. - You have 40 characters - You can use letters, numbers, or a hyphen - The name must start with a letter and end with either a letter or a number - Spaces are not allowed + {{Create new database. }}{{< /image >}} + 3. For this exercise, leave the remaining options at their default values. (To learn about them, see [Create a fixed subscription]({{< relref "/rc/subscriptions/create-fixed-subscription.md" >}}).) -4. Locate the **Activate** button near the bottom of the page and then select it. +4. Select the **Activate database** button near the upper, right corner of the page. -5. You're taken to the **Configuration** tab of the **View Database** screen. In the upper corner, you'll see an orange box containing a rotating circle. This is the Pending status indicator and it means your database is still being created. +5. You're taken to the **Configuration tab** for your new database. - ![Pending icon](/images/rc/icon-pending.png#no-click "Pending icon")   ![Active icon](/images/rc/icon-active.png#no-click "Active icon") + {{Configuration tab showing details of your new database.}}{{< /image >}} - When the database has been created, the status indicator switches to a green box containing a checkmark; this is the Active status indicator. When your database becomes active, it's ready for use. + In the upper corner, an icon shows the current status of the database. If the icon shows an orange clock, this means your database is still being created and its status is _pending_. + + ![Pending status icon](/images/rc/icon-database-status-pending.png#no-click "Pending database status")   ![Active status icon](/images/rc/icon-database-status-active.png#no-click "Active database status") + + Once the database has been created, it becomes _active_ and the status indicator switches to a teal circle containing a checkmark. Admin console operations are asychronous; they operate [in the background]({{< relref "/rc/api/get-started/process-lifecycle.md" >}}). You can continue to use the admin console for other tasks, but pending resources aren't avilable until they're active. -To use a database, you need to connect to it. +When your new database becomes active, you're ready to connect to it. ## Connect to a database -At this point, you're at the **View Database** screen for your new database. +At this point, you're viewing the **Configuration** details for your new database. To connect to your database, you need the following info: @@ -91,11 +107,14 @@ To connect to your database, you need the following info: - The port number - The database password -These are available in the **Configuration** details of the **View Database** screen: +These are displayed in the **Configuration** tab. + +- In the **General** section, the **Public endpoint** setting shows the URI for your database and the port number. Use the **Copy** button to copy these values to the Clipboard. -- The **Endpoint** setting shows the URI for your database and the port number +- The **Security** section contains your **Default user password**. By default, this is masked. Select the eye icon to show or hide the password. + + {{The Security section of the Configuration tab of the database details page.}}{{< /image >}} -- The **Access Control & Security** setting shows a masked **Default Password**. Use **Password** button to show or hide the password. Once you have the connection details, you can connect in a variety of ways, including: @@ -170,12 +189,10 @@ Here's how to connect to your database using the `redis-py` library for Python. bar ``` - - ## More info - [Manage Databases]({{< relref "/rc/databases/_index.md" >}}) - [Data Persistence with Redis Cloud]({{< relref "rc/concepts/data-persistence.md" >}}) - [Secure Your Redis Cloud Database]({{< relref "/rc/administration/security/_index.md" >}}) - [Back-up Flexible databases]({{< relref "/rc/databases/back-up-data.md" >}}) -- [Monitor Redis Cloud Performance]({{< relref "/rc/databases/monitor-performance.md" >}}). +- [Monitor Redis Cloud Performance]({{< relref "/rc/databases/monitor-performance.md" >}}). \ No newline at end of file diff --git a/content/rc/subscriptions/delete-subscription.md b/content/rc/subscriptions/delete-subscription.md index 22965091268..3b86396591c 100644 --- a/content/rc/subscriptions/delete-subscription.md +++ b/content/rc/subscriptions/delete-subscription.md @@ -8,16 +8,28 @@ linktitle: Delete subscription aliases: --- -To delete a subscription: +To delete a subscription, cancel it: 1. Delete all databases from the subscription. -2. View the subscription details. + The number of databases for the subscription is shown in the subscription list; that needs to be zero before you can delete the subscription. + {{The number of databases is shown in the bottom, left of the subscription in the subscrption list.}}{{< /image >}} -3. Select the Delete button. +2. View the subscription details. -4. Confirm your choice. + If you have more than one subscription, select the target subscription from the subscription list. + +3. Select the **Overview** tab. + + {{Open the Overview tab to locate the Cencel subscription button.}}{{< /image >}} + +4. Locate and then select the **Cancel subscription** button near the bottom, right corner of the Overview details. + + {{Select the Submit button to confirm the subscription cancellation.}}{{< /image >}} + + +5. Select the **Submit** button to confirm your choice. Once a subscription is deleted, it cannot be recovered. -We recommend backing up your data before removing databases or subscriptions. +We recommend backing up your data before removing databases or subscriptions. \ No newline at end of file diff --git a/static/images/rc/button-database-new.png b/static/images/rc/button-database-new.png new file mode 100755 index 00000000000..d7ab5c9b462 Binary files /dev/null and b/static/images/rc/button-database-new.png differ diff --git a/static/images/rc/button-subscription-add.png b/static/images/rc/button-subscription-add.png new file mode 100755 index 00000000000..2f5eb287725 Binary files /dev/null and b/static/images/rc/button-subscription-add.png differ diff --git a/static/images/rc/button-subscription-create.png b/static/images/rc/button-subscription-create.png new file mode 100755 index 00000000000..e223d54a83a Binary files /dev/null and b/static/images/rc/button-subscription-create.png differ diff --git a/static/images/rc/button-subscription-new.png b/static/images/rc/button-subscription-new.png new file mode 100755 index 00000000000..cada663e5ba Binary files /dev/null and b/static/images/rc/button-subscription-new.png differ diff --git a/static/images/rc/database-fixed-configuration-general.png b/static/images/rc/database-fixed-configuration-general.png new file mode 100755 index 00000000000..d5ca58157c6 Binary files /dev/null and b/static/images/rc/database-fixed-configuration-general.png differ diff --git a/static/images/rc/database-fixed-configuration-security.png b/static/images/rc/database-fixed-configuration-security.png new file mode 100755 index 00000000000..26aac7f9adb Binary files /dev/null and b/static/images/rc/database-fixed-configuration-security.png differ diff --git a/static/images/rc/database-new-free-name.png b/static/images/rc/database-new-free-name.png new file mode 100755 index 00000000000..050f7f356e3 Binary files /dev/null and b/static/images/rc/database-new-free-name.png differ diff --git a/static/images/rc/icon-database-status-active.png b/static/images/rc/icon-database-status-active.png new file mode 100755 index 00000000000..fe88ee1ca2b Binary files /dev/null and b/static/images/rc/icon-database-status-active.png differ diff --git a/static/images/rc/icon-database-status-pending.png b/static/images/rc/icon-database-status-pending.png new file mode 100755 index 00000000000..5c83c4dd328 Binary files /dev/null and b/static/images/rc/icon-database-status-pending.png differ diff --git a/static/images/rc/subscription-cancel-confirm-dialog.png b/static/images/rc/subscription-cancel-confirm-dialog.png new file mode 100755 index 00000000000..befa66f71f1 Binary files /dev/null and b/static/images/rc/subscription-cancel-confirm-dialog.png differ diff --git a/static/images/rc/subscription-free-cancel-subscription.png b/static/images/rc/subscription-free-cancel-subscription.png new file mode 100755 index 00000000000..2f2ae6eb721 Binary files /dev/null and b/static/images/rc/subscription-free-cancel-subscription.png differ diff --git a/static/images/rc/subscription-list-free-no-databases.png b/static/images/rc/subscription-list-free-no-databases.png new file mode 100755 index 00000000000..9614dbf49dd Binary files /dev/null and b/static/images/rc/subscription-list-free-no-databases.png differ diff --git a/static/images/rc/subscription-new-cloud-vendor-options.png b/static/images/rc/subscription-new-cloud-vendor-options.png new file mode 100755 index 00000000000..f008fd5a44a Binary files /dev/null and b/static/images/rc/subscription-new-cloud-vendor-options.png differ diff --git a/static/images/rc/subscription-new-fixed-plan-options.png b/static/images/rc/subscription-new-fixed-plan-options.png new file mode 100755 index 00000000000..d5efa963c00 Binary files /dev/null and b/static/images/rc/subscription-new-fixed-plan-options.png differ diff --git a/static/images/rc/subscription-new-plan-options.png b/static/images/rc/subscription-new-plan-options.png new file mode 100755 index 00000000000..ecfa473ee8a Binary files /dev/null and b/static/images/rc/subscription-new-plan-options.png differ