Skip to content

Commit 8dda0c9

Browse files
committed
Some fixes to steps
1 parent ee1bb0c commit 8dda0c9

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

content/operate/rc/databases/rdi/define.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,15 @@ After you have [prepared your source database]({{<relref "/operate/rc/databases/
2020
1. In the [Redis Cloud console](https://cloud.redis.io/), go to your target database and select the **Data Pipeline** tab.
2121
1. Select **Define source database**.
2222
{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="The define source database button." width=200px >}}
23-
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**.
2424
{{<image filename="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.
2626
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" >}}).
2727
{{<image filename="images/rc/rdi/rdi-define-connectivity.png" alt="The Source database connectivity section, with database connection details and connectivity options." >}}
2828
1. Enter your database details. This depends on your database type, and includes:
2929
- **Port**: The database's port
3030
- **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)*
3632
- **PDB**: Name of the Oracle pluggable database *(Oracle only)*
3733
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.
3834
1. Select **Start pipeline setup**.
@@ -45,7 +41,7 @@ At this point, Redis Cloud will provision the pipeline infrastructure that will
4541

4642
{{<image filename="images/rc/rdi/rdi-pipeline-setup-in-progress.png" alt="The Pipeline setup in progress screen." width=75% >}}
4743

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.
4945

5046
When your pipeline is provisioned, select **Complete setup**. You will then [define your data pipeline](#define-data-pipeline).
5147

content/operate/rc/databases/rdi/setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ To do this, you need to:
187187
188188
### Create encryption key
189189
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:
191191
192192
1. In **Step 1 - Configure key**:
193193
- **Key type**: Select **Symmetric**.
@@ -199,6 +199,8 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
199199
1. In **Step 3 - Define key administrative permissions**, under **Key deletion**, select **Allow key administrators to delete this key**.
200200
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.
201201
202+
Review the key policy and key settings, and then select **Finish** to create the key.
203+
202204
### Create database credentials secret
203205
204206
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

Comments
 (0)