Skip to content

Commit 892b6d4

Browse files
committed
start
1 parent 1ecaa4d commit 892b6d4

File tree

1 file changed

+15
-0
lines changed
  • content/operate/rc/databases/rdi

1 file changed

+15
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,21 @@ See [Prepare source databases]({{<relref "/integrate/redis-data-integration/data
4242

4343
See the [RDI architecture overview]({{< relref "/integrate/redis-data-integration/architecture#overview" >}}) for more information about CDC.
4444

45+
## Set up service provider
46+
47+
### Create network load balancer
48+
49+
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:
50+
51+
1. In **Basic configuration**:
52+
- **Scheme**: Select **Internet-facing**.
53+
- **Load balancer IP address type**: Select **IPv4**.
54+
1. In **Network mapping**, select the VPC and availability zone associated with your source database.
55+
1. In **Security groups**, select the security group associated with your source database.
56+
1. In **Listeners and routing**, select **Create target group**
57+
58+
59+
4560
## Share source database credentials
4661

4762
You need to share your source database credentials and certificates in an Amazon secret with Redis Cloud so that the pipeline can connect to your database.

0 commit comments

Comments
 (0)