From 4779bb61aff242698e04963863e04e8fe232c3d8 Mon Sep 17 00:00:00 2001 From: Greg Georges <80702779+ggeorges2015@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:15:08 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com> --- content/rc/cloud-integrations/_index.md | 2 +- .../rc/cloud-integrations/aws-marketplace/_index.md | 2 +- .../aws-marketplace/aws-bedrock/set-up-redis.md | 6 +++--- .../rc/cloud-integrations/gcp-marketplace/_index.md | 4 ++-- .../rc/cloud-integrations/terraform/get-started.md | 12 ++++++------ 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/rc/cloud-integrations/_index.md b/content/rc/cloud-integrations/_index.md index c301c2318f3..3d57a659c87 100644 --- a/content/rc/cloud-integrations/_index.md +++ b/content/rc/cloud-integrations/_index.md @@ -41,7 +41,7 @@ For best results, we recommend: ## Update marketplace billing details -### AWS +### AWS Marketplace To change billing details for an AWS marketplace subscription, we recommend creating a second subscription using the updated billing details and then migrating your existing data to the new subscription. ### Google Cloud diff --git a/content/rc/cloud-integrations/aws-marketplace/_index.md b/content/rc/cloud-integrations/aws-marketplace/_index.md index 5b8f0d65f56..a16ca87cd26 100644 --- a/content/rc/cloud-integrations/aws-marketplace/_index.md +++ b/content/rc/cloud-integrations/aws-marketplace/_index.md @@ -41,6 +41,6 @@ At this point, you can create a new Flexible subscription using the [standard wo To confirm this, review the payment method associated with your subscription. -{{The AWS Marketplace billing confirmation.}}{{< /image >}} +{{The AWS Marketplace billing confirmation.}}{{< /image >}} If, for whatever reason, your AWS Marketplace account is disabled or otherwise unavailable, you won't be able to use your Flexible subscription until the billing method is updated. For help, [contact support](https://redis.com/company/support/). diff --git a/content/rc/cloud-integrations/aws-marketplace/aws-bedrock/set-up-redis.md b/content/rc/cloud-integrations/aws-marketplace/aws-bedrock/set-up-redis.md index 660feba0984..6b0e18efc26 100644 --- a/content/rc/cloud-integrations/aws-marketplace/aws-bedrock/set-up-redis.md +++ b/content/rc/cloud-integrations/aws-marketplace/aws-bedrock/set-up-redis.md @@ -139,7 +139,7 @@ For your database to be fully secure, you must enable [Transport Layer Security {{Provide or generate a certificate for TLS client authentication.}}{{< /image >}} - If you generate your certificate from the admin console, select **Download client certificate** and a ZIP file download will start. The download contains: + If you generate your certificate from the admin console, select **Download client certificate**. The download contains: - `redis_user.crt` – the certificate's public key. @@ -163,7 +163,7 @@ After you store this secret, you can view and copy the [Amazon Resource Name (AR ## Create a vector index in your database {#create-vector-index} -After your database is set up, create an index with a vector field using [FT.CREATE](https://redis.io/commands/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this through the use of **RedisInsight** or the `redis-cli`. +After your database is set up, create an index with a vector field using [FT.CREATE](https://redis.io/commands/ft.create/) as your knowledge base for Amazon Bedrock. You can accomplish this using **RedisInsight** or `redis-cli`. ### [RedisInsight](https://redis.io/docs/connect/insight/) @@ -177,7 +177,7 @@ To create your vector index in RedisInsight: ![Connect button](/images/rc/connection-wizard-button.png#no-click "Connect button.") -1. In the connection wizard, under **RedisInsight Desktop**, select **Public Endpoint**. Select **Open with RedisInsight**. The database will be automatically configured for you in the tool. +1. In the connection wizard, under **RedisInsight Desktop**, select **Public Endpoint**. Select **Open with RedisInsight** to connect to the database with RedisInsight. 1. Select **Use TLS**. In the **CA Certificate** section, select **Add new CA certificate**. Give the certificate a name in the **Name** field, and enter the contents of `redis_ca.pem` into the **Certificate** field. diff --git a/content/rc/cloud-integrations/gcp-marketplace/_index.md b/content/rc/cloud-integrations/gcp-marketplace/_index.md index cff66e8a5a7..d7829b926eb 100644 --- a/content/rc/cloud-integrations/gcp-marketplace/_index.md +++ b/content/rc/cloud-integrations/gcp-marketplace/_index.md @@ -36,11 +36,11 @@ Here's how to create a new Flexible subscription as part of your Google Cloud Ma 1. Create a Redis Cloud admin account or sign in to an existing account. -1. Select the Redis account to be mapped to your GCP Marketplace account and confirm that your payment method will change and that the connection cannot be undone +1. Select the Redis account to be mapped to your GCP Marketplace account and confirm that your payment method will change and that the connection cannot be undone. {{Use the GCP Marketplace dialog to map your Redis Cloud account to your Google Cloud Marketplace account.}}{{< /image >}} -1. Select **Connect account** button to confirm your choice. +1. Select **Connect account** to confirm your choice. 1. After you connect your Redis account to your Google Cloud Marketplace account, a message appears in the upper left corner of the account panel. diff --git a/content/rc/cloud-integrations/terraform/get-started.md b/content/rc/cloud-integrations/terraform/get-started.md index dd4d8ebbd88..b0def7ba7cf 100644 --- a/content/rc/cloud-integrations/terraform/get-started.md +++ b/content/rc/cloud-integrations/terraform/get-started.md @@ -63,7 +63,7 @@ The steps in this section show you how to plan and create a flexible subscriptio } ``` - Example + Example: ```text data "rediscloud_payment_method" "card" { @@ -101,7 +101,7 @@ The steps in this section show you how to plan and create a flexible subscriptio } ``` - Example + Example: ```text resource "rediscloud_subscription" "subscription-resource" { @@ -150,7 +150,7 @@ The steps in this section show you how to plan and create a flexible subscriptio } ``` - Example + Example: ```text resource "rediscloud_subscription_database" "database-resource" { @@ -205,7 +205,7 @@ The steps in this section show you how to plan and create a flexible subscriptio 3. Run `terraform apply` to apply the changes and enter `yes` to confirm when prompted. - This will take some time. You will see messages like this while the subscription and database are being created. + This will take some time. You will see messages in your terminal while the subscription and database are being created: ```text rediscloud_subscription.subscription-resource: Creating... @@ -214,13 +214,13 @@ The steps in this section show you how to plan and create a flexible subscriptio rediscloud_subscription.subscription-resource: Still creating... [30s elapsed] ``` - When complete you should see something like this: + When provisioning is complete, you will see a message in your terminal: ```text Apply complete! Resources: 2 added, 0 changed, 0 destroyed. ``` - If you want to verify your subscription and database creation you can view that through the Redis Cloud [admin console](https://app.redislabs.com/). + View the [Redis Cloud console](https://app.redislabs.com/) to verify your subscription and database creation. 4. If you want to remove these sample resources, run `terraform destroy`.