Skip to content

Commit 319344e

Browse files
committed
Address review comments
1 parent 8d14cf3 commit 319344e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RDI encrypts all network connections with TLS. The pipeline will process data fr
4242
Before you can create a data pipeline, you must have:
4343

4444
- A [Redis Cloud Pro database]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}) hosted on Amazon Web Services (AWS). This will be the target database.
45-
- One supported source database, hosted on an AWS EC2 instance:
45+
- One supported source database, hosted on an AWS EC2 instance, AWS RDS, or AWS Aurora:
4646

4747
{{< embed-md "rdi-supported-source-versions.md" >}}
4848

@@ -54,6 +54,7 @@ Please be aware of the following limitations:
5454
- The target database can use TLS, but can not use mutual TLS.
5555
- The target database cannot be in the same subscription as another database that has a data pipeline.
5656
- Source databases must also be hosted on AWS.
57+
- You must use a [custom encryption key on AWS](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) to create the instance hosting the database.
5758
- One source database can only be synced to one target database.
5859
- You must be able to set up AWS PrivateLink to connect your Source database to your target database. RDI only works with AWS PrivateLink and not VPC Peering or other private connectivity options.
5960
{{< /note >}}

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ After you have [prepared your source database]({{<relref "/operate/rc/databases/
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. Leave as default if you don't use replication *(mySQL and mariaDB 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+
```
3236
- **PDB**: Name of the Oracle pluggable database *(Oracle only)*
3337
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.
3438
1. Select **Start pipeline setup**.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To ensure that you can connect your Redis Cloud database to the source database
5454
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Compute** > **EC2**. [Create a network load balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html#configure-load-balancer) with the following settings:
5555

5656
1. In **Basic configuration**:
57-
- **Scheme**: Select **Internet-facing**.
57+
- **Scheme**: Select **Internal**.
5858
- **Load balancer IP address type**: Select **IPv4**.
5959
1. In **Network mapping**, select the VPC and availability zone associated with your source database.
6060
1. In **Security groups**, select the security group associated with your source database.

0 commit comments

Comments
 (0)