Skip to content

Commit 1bd79a2

Browse files
committed
Change bedrock setup docs
1 parent b3b789d commit 1bd79a2

File tree

1 file changed

+18
-37
lines changed

1 file changed

+18
-37
lines changed

content/integrate/amazon-bedrock/set-up-redis.md

Lines changed: 18 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -63,64 +63,45 @@ To set up a Redis Cloud instance for Bedrock, you need to:
6363

6464
{{<image filename="images/rc/button-database-new.png" alt="The New Database button creates a new database." width="120px">}}
6565

66-
1. When the **New database** page appears, select **Vector search** from the use case panel.
67-
68-
{{<image filename="images/rc/create-database-redis-use-cases.png" alt="The Redis Use case panel">}}
69-
70-
1. Select **Pro** to create a Pro plan.
66+
1. When the **New database** page appears, select **Pro** to create a Pro plan.
7167

7268
{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}
7369

74-
1. Select **Amazon Web Services** as the cloud vendor, select a region, and enter a name for your subscription.
75-
76-
{{<image filename="images/rc/subscription-new-flexible-setup-general.png" width="75%" alt="The General settings of the Setup tab." >}}
77-
78-
1. In the **Version** section, select **Redis 7.2** or **Redis 7.4**.
79-
80-
{{<image filename="images/rc/subscription-new-flexible-version-section.png" alt="Version selection between Redis 6.2, 7.2, and 7.4" >}}
81-
82-
1. In the **Advanced options** section, select Multi-AZ to ensure [high-availability]({{< relref "/operate/rc/databases/configuration/high-availability" >}}).
70+
1. After you select **Pro**, the **Database settings** section will appear. For this guide, continue with **Easy create** to get started faster.
8371

84-
{{<image filename="images/rc/subscription-new-flexible-advanced-multi-az.png" width="75%" alt="The Multi-AZ toggle set to on." >}}
72+
{{<image filename="images/rc/create-pro-db-settings.png" alt="The database settings section.">}}
8573

86-
1. When finished, select **Continue**.
74+
If you'd like to select all of the configuration options yourself, select **Custom settings**. See [Create a Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}) for more details.
8775

88-
{{<image filename="images/rc/button-subscription-continue.png" width="100px" alt="Select the Continue button to continue to the next step." >}}
76+
1. Redis will generate a database name for you. If you want to change it, you can do so in the **Database name** field.
8977

90-
1. The **Sizing** tab helps you specify the database requirements for your subscription.
78+
{{<image filename="images/rc/pro-easy-create-vendor.png" alt="The database name, cloud vendor and region settings." width=75% >}}
9179

92-
{{<image filename="images/rc/subscription-new-flexible-sizing-tab.png" width="75%" alt="The Sizing tab when creating a new Flexible subscription." >}}
80+
1. Select **Amazon Web Services** as the cloud vendor and select a region.
9381

94-
Select the **Add** button to create a database.
82+
1. In the **Optimal database settings** section:
9583

96-
{{<image filename="images/rc/icon-add-database.png" width="30px" alt="Use the Add button to define a new database for your subscription." >}}
84+
{{<image filename="images/rc/pro-easy-create-size-throughput.png" alt="The Dataset size, throughput, and High availability settings.">}}
85+
86+
- Turn on [**High-availability**]({{< relref "/operate/rc/databases/configuration/high-availability" >}}).
87+
- Set the Dataset size of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
9788

98-
1. In the **New Database** dialog, name your database.
99-
100-
{{<image filename="images/rc/flexible-add-database-basic.png" width="75%" alt="The New Database dialog with basic settings." >}}
101-
102-
We selected **Search and query** and **JSON** for you already. **Search and query** enables vector database features for your database. You can remove **JSON** if you want.
103-
104-
1. Set the Memory limit of your database based on the amount of data that Bedrock will pull from your Simple Storage Service (S3) [bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html). See [Find out the size of your S3 buckets](https://aws.amazon.com/blogs/storage/find-out-the-size-of-your-amazon-s3-buckets/) to find out how much knowledge base data is stored in your S3 bucket and pick the closest size, rounded up, from the table below.
105-
106-
| Total Size of Documents in S3 | Database size without replication | Database size with replication |
89+
| Total Size of Documents in S3 | Database size without replication | Database size with replication |
10790
|-------------------------------|-----------------------------------|--------------------------------|
10891
| 10,000 kb | 135 Mb | 270 Mb |
10992
| 100,000 kb | 1.35 Gb | 2.7 Gb |
11093
| 1,000,000 kb | 13.5 Gb | 27 Gb |
11194
| 10,000,000 kb | 135 Gb | 270 Gb |
11295

113-
For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock).
114-
115-
1. When finished, select **Save database** to create your database.
96+
For more information on sizing, see the [Bedrock integration blog post](https://redis.io/blog/amazon-bedrock-integration-with-redis-enterprise/#right-size-your-database-for-amazon-bedrock).
11697

117-
{{<image filename="images/rc/button-database-save.png" width="140px" alt="Select the Save Database button to define your new database." >}}
98+
1. Select **View all settings** to review the database settings that we selected for you.
11899

119-
1. Select **Continue** to move to the **Review and Create** tab.
100+
{{<image filename="images/rc/pro-easy-create-optimal-settings.png" alt="The optimal database settings.">}}
120101

121-
1. Review your subscription. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account.
102+
If you want to change these settings, select [**Switch to custom settings**]({{< relref "/operate/rc/databases/create-database/create-pro-database-new#custom-settings" >}}).
122103

123-
1. Select **Confirm & pay** to create your new database.
104+
1. You will not need to enter a payment method, as it's automatically assigned to your AWS Marketplace account. Select **Confirm & pay** to create your new database.
124105

125106
{{<image filename="images/rc/button-create-db-confirm-pay.png" width="140px" alt="Select Confirm & pay to create your new database." >}}
126107

0 commit comments

Comments
 (0)