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
+20-39Lines changed: 20 additions & 39 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." >}}
126
107
@@ -134,9 +115,9 @@ For your database to be fully secure, you must enable [Transport Layer Security
134
115
135
116
1. Select **Databases** from the [Redis Cloud console](https://cloud.redis.io/) menu and then select your database from the list.
136
117
137
-
1. From the database's **Configuration** screen, select the **Edit database** button:
118
+
1. From the database's **Configuration** screen, select the **Edit** button:
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-essentials-database.md
+2-20Lines changed: 2 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,7 @@ tocEmbedHeaders: true
15
15
16
16
{{< embed-md "rc-create-db-first-steps.md" >}}
17
17
18
-
{{< embed-md "rc-create-db-use-cases.md" >}}
19
-
{{< note >}}
20
-
See [Use case settings](#use-case-settings) to view the default settings for each use case.
21
-
{{< /note >}}
22
-
23
-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
18
+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Essentials**.
24
19
25
20
{{<imagefilename="images/rc/create-database-subscription-essentials.png"alt="The Subscription selection panel with Essentials selected.">}}
26
21
@@ -52,7 +47,7 @@ This guide shows how to create an Essentials database.
52
47
53
48
1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.
54
49
55
-
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence.">}}
50
+
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence."width=75%>}}
56
51
57
52
58
53
Redis Cloud supports the following high availability settings:
@@ -70,8 +65,6 @@ This guide shows how to create an Essentials database.
70
65
- A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time.
71
66
72
67
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
73
-
74
-
These settings may already be set based on the use case you selected. You can change them now if you like.
75
68
76
69
1. Select the desired memory limit. To create a free database, select the 30 MB memory limit. You can only have one free database at a time.
77
70
@@ -92,14 +85,3 @@ This guide shows how to create an Essentials database.
92
85
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.
93
86
94
87
95
-
## Use case settings
96
-
97
-
The following table shows the default use case settings for an Essentials database.
98
-
99
-
|**Type**| High Availability | Data Persistence | Size | Eviction Policy |
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-flex-database.md
+2-31Lines changed: 2 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -52,23 +52,7 @@ Inactive or infrequently accessed data is referred to as “warm data” and sto
52
52
53
53
{{< embed-md "rc-create-db-first-steps.md" >}}
54
54
55
-
3. Select your Redis use case. There are three pre-defined use cases supported with Redis Flex:
56
-
57
-
{{<imagefilename="images/rc/create-database-redis-use-cases.png"alt="The Redis Use case panel">}}
58
-
59
-
-**Cache**: Stores short-term or volatile data. Can be used for session management, semantic cache, session store, and other uses where data is short-lived.
60
-
-**Database**: Stores durable and consistent data. Can be used for document databases, feature storage, gaming leaderboards, durable caches, and other uses where your data needs to be highly available and persistent.
61
-
-**Custom**: If your Redis use case doesn't match any of the other use cases, you can choose this option to customize all of your settings.
62
-
63
-
Select the use case that best matches your Redis use case. You can always change the settings later.
64
-
65
-
The **Vector search** use case is not supported with Redis Flex.
66
-
67
-
{{< note >}}
68
-
See [Use case settings](#use-case-settings) to view the default settings for each use case.
69
-
{{< /note >}}
70
-
71
-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.
55
+
3. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Redis Flex**.
72
56
73
57
{{<imagefilename="images/rc/create-database-subscription-flex.png"alt="The Subscription selection panel with Redis Flex selected.">}}
74
58
@@ -89,7 +73,7 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
89
73
90
74
1. In the **Durability settings** panel, choose your **High availability settings** and **Data persistence** settings from the list.
91
75
92
-
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence.">}}
76
+
{{<imagefilename="images/rc/create-database-essentials-durability.png"alt="The durability settings allow you to choose High availability and Data persistence."width=75%>}}
93
77
94
78
95
79
Redis Cloud supports the following high availability settings:
@@ -107,8 +91,6 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
107
91
- A **Snapshot** is a copy of the in-memory database, taken at periodic intervals (one, six, or twelve hours). You can restore data to the snapshot's point in time.
108
92
109
93
See [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) for more information about these settings.
110
-
111
-
These settings may already be set based on the use case you selected. You can change them now if you like.
112
94
113
95
1. Select the desired memory limit.
114
96
@@ -127,14 +109,3 @@ This guide shows how to create a Redis Flex database on Redis Cloud Essentials.
127
109
{{<imagefilename="images/rc/button-create-db-confirm-pay.png"width="140px"alt="Select Confirm & Pay to create your new database." >}}
128
110
129
111
When you create your database, there's a brief pause while your request is processed and then the **Database details** page appears.
130
-
131
-
132
-
### Use case settings
133
-
134
-
The following table shows the default use case settings for an Essentials database.
135
-
136
-
|**Type**| High Availability | Data Persistence | Size | Eviction Policy |
Copy file name to clipboardExpand all lines: content/operate/rc/databases/create-database/create-pro-database-existing.md
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,31 @@ weight: 15
11
11
tocEmbedHeaders: true
12
12
---
13
13
14
-
{{< embed-md "rc-create-db-first-steps.md" >}}
14
+
{{< note >}}
15
+
This guide shows how to create a Pro database in an existing subscription.
16
+
- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}).
17
+
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
18
+
{{< /note >}}
19
+
20
+
To create a database in an already existing Pro subscription:
21
+
22
+
1. Sign in to the [Redis Cloud console](https://cloud.redis.io).
15
23
16
-
{{< embed-md "rc-create-db-use-cases.md" >}}
24
+
2. Select the **New database** button.
17
25
18
-
{{< note >}}See [Use case settings](#use-case-settings) to view the default settings for each use case.{{< /note >}}
26
+
{{<imagefilename="images/rc/button-database-new.png"alt="The New Database button creates a new database."width="120px">}}
19
27
20
-
4. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Pro**, select **Existing subscription**, and then select your existing pro subscription from the list.
28
+
This displays the **Create database** screen.
29
+
30
+
1. Select the type of [subscription]({{< relref "/operate/rc/subscriptions" >}}) you need. For this guide, select **Existing subscription**, and then select your existing Pro subscription from the list.
21
31
22
32
{{<imagefilename="images/rc/create-database-subscription-pro-existing.png"alt="The Subscription selection panel with Pro selected and an existing subscription selected.">}}
23
33
24
-
{{< note >}}
25
-
This guide shows how to create a Pro database in an existing subscription.
26
-
- If you don't yet have a Pro subscription, see [Create a Pro database with a new subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}).
27
-
- If you'd rather create an Essentials database, see [Create an Essentials database]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}).
28
-
{{< /note >}}
34
+
After you select your existing subscription from the list, select **Continue** to go to the **New database** page.
35
+
36
+
You can also select your subscription from the [subscription list]({{< relref "/operate/rc/subscriptions/view-pro-subscription" >}}) and select **Create database in this subscription**.
29
37
30
-
After you select **Pro** and select your existing subscription from the list, select **Continue** to go to the **New database** page.
38
+
{{<imagefilename="images/rc/button-add-new-to-pro.png"alt="The Create database in this subscription button."width=400px >}}
31
39
32
40
The **New database** page is divided into sections, each dedicated to a specific category of settings. The following sections provide more details.
33
41
@@ -129,4 +137,4 @@ The available alerts vary according to the subscription type.
129
137
|**Throughput is higher than**| When enabled, sends an email when the operations per second exceed the defined threshold |
130
138
|**Throughput is lower than**| When enabled, sends an email when the operations per second falls below the defined threshold |
0 commit comments