You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrate/amazon-bedrock/set-up-redis.md
+18-37Lines changed: 18 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -63,64 +63,45 @@ To set up a Redis Cloud instance for Bedrock, you need to:
63
63
64
64
{{<imagefilename="images/rc/button-database-new.png"alt="The New Database button creates a new database."width="120px">}}
65
65
66
-
1. When the **New database** page appears, select **Vector search** from the use case panel.
67
-
68
-
{{<imagefilename="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.
71
67
72
68
{{<imagefilename="images/rc/create-database-subscription-pro-new.png"alt="The Subscription selection panel with Pro selected.">}}
73
69
74
-
1. Select **Amazon Web Services** as the cloud vendor, select a region, and enter a name for your subscription.
75
-
76
-
{{<imagefilename="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
-
{{<imagefilename="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.
83
71
84
-
{{<imagefilename="images/rc/subscription-new-flexible-advanced-multi-az.png"width="75%"alt="The Multi-AZ toggle set to on.">}}
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.
87
75
88
-
{{<imagefilename="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.
89
77
90
-
1. The **Sizing** tab helps you specify the database requirements for your subscription.
78
+
{{<imagefilename="images/rc/pro-easy-create-vendor.png"alt="The database name, cloud vendor and region settings."width=75% >}}
91
79
92
-
{{<imagefilename="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.
93
81
94
-
Select the **Add**button to create a database.
82
+
1. In the **Optimal database settings**section:
95
83
96
-
{{<imagefilename="images/rc/icon-add-database.png"width="30px"alt="Use the Add button to define a new database for your subscription." >}}
84
+
{{<imagefilename="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.
97
88
98
-
1. In the **New Database** dialog, name your database.
99
-
100
-
{{<imagefilename="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 |
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).
116
97
117
-
{{<imagefilename="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.
118
99
119
-
1. Select **Continue** to move to the **Review and Create** tab.
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" >}}).
122
103
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.
124
105
125
106
{{<imagefilename="images/rc/button-create-db-confirm-pay.png"width="140px"alt="Select Confirm & pay to create your new database." >}}
0 commit comments