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
1. Enter a **Pipeline name**. This pipeline name will be the prefix to all keys generated by this pipeline in the target database.
23
+
1. Enter a **Pipeline name**.
24
24
{{<imagefilename="images/rc/rdi/rdi-define-pipeline-cidr.png"alt="The pipeline name and deployment CIDR fields." >}}
25
-
1.Enter the **Deployment CIDR** for your pipeline, or use the one generated for you. This CIDR should not conflict with your apps or other databases.
25
+
1.A **Deployment CIDR**is automatically generated for you. If, for any reason, a CIDR is not generated, enter a valid CIDR that does not conflict with your applications or other databases.
26
26
1. In the **Source database connectivity** section, enter the **PrivateLink service name** of the [PrivateLink connected to your source database]({{< relref "/operate/rc/databases/rdi/setup#set-up-connectivity" >}}).
27
27
{{<imagefilename="images/rc/rdi/rdi-define-connectivity.png"alt="The Source database connectivity section, with database connection details and connectivity options." >}}
28
28
1. Enter your database details. This depends on your database type, and includes:
29
29
-**Port**: The database's port
30
30
-**Database**: Your database's name, or the root database *(PostgreSQL, Oracle only)*, or a comma-separated list of one or more databases you want to connect to *(SQL Server only)*
31
-
-**Database Server ID**: Unique ID for the replication client. *(mySQL and mariaDB only)*
32
-
Use the following SQL command to get this value:
33
-
```sql
34
-
SHOW VARIABLES LIKE'server_id';
35
-
```
31
+
-**Database Server ID**: Unique ID for the replication client. Enter a number that is not used by any existing replication clients. *(mySQL and mariaDB only)*
36
32
-**PDB**: Name of the Oracle pluggable database *(Oracle only)*
37
33
1. Enter the ARN of your [database credentials secret]({{< relref "/operate/rc/databases/rdi/setup#share-source-database-credentials" >}}) in the **Source database secrets ARN** field.
38
34
1. Select **Start pipeline setup**.
@@ -45,7 +41,7 @@ At this point, Redis Cloud will provision the pipeline infrastructure that will
45
41
46
42
{{<imagefilename="images/rc/rdi/rdi-pipeline-setup-in-progress.png"alt="The Pipeline setup in progress screen."width=75% >}}
47
43
48
-
Pipelines are provisioned in the background. You aren't allowed to make changes to your data pipeline or to your database during provisioning. This process will take a long time, so you can close the window and come back later.
44
+
Pipelines are provisioned in the background. You aren't allowed to make changes to your data pipeline or to your database during provisioning. This process will take about an hour, so you can close the window and come back later.
49
45
50
46
When your pipeline is provisioned, select **Complete setup**. You will then [define your data pipeline](#define-data-pipeline).
Copy file name to clipboardExpand all lines: content/operate/rc/databases/rdi/setup.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,7 @@ To do this, you need to:
187
187
188
188
### Create encryption key
189
189
190
-
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Security, Identity, and Compliance** > **Key Management Service**. [Create an encryption key](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) with the following settings:
190
+
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Security, Identity, and Compliance** > **Key Management Service**. [Create an encryption key](https://docs.aws.amazon.com/kms/latest/developerguide/create-symmetric-cmk.html) with the following settings:
191
191
192
192
1. In **Step 1 - Configure key**:
193
193
- **Key type**: Select **Symmetric**.
@@ -199,6 +199,8 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
199
199
1. In **Step 3 - Define key administrative permissions**, under **Key deletion**, select **Allow key administrators to delete this key**.
200
200
1. In **Step 4 - Define key usage permissions**, under **Other AWS accounts**, select **Add another AWS account**. Enter the AWS account ID for the Redis Cloud cluster that you saved earlier.
201
201
202
+
Review the key policy and key settings, and then select **Finish** to create the key.
203
+
202
204
### Create database credentials secret
203
205
204
206
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Security, Identity, and Compliance** > **Secrets Manager**. [Create a secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret.html) of type **Other type of secret** with the following settings:
0 commit comments