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/operate/rc/databases/rdi/setup.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,21 @@ See [Prepare source databases]({{<relref "/integrate/redis-data-integration/data
42
42
43
43
See the [RDI architecture overview]({{< relref "/integrate/redis-data-integration/architecture#overview" >}}) for more information about CDC.
44
44
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
+
45
60
## Share source database credentials
46
61
47
62
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