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. Select **PostgreSQL** as the source database type.
38
38
{{<imagefilename="images/rc/rdi/rdi-select-source-db.png"alt="The select source database type list."width=500px >}}
39
-
1. Under **Setup connectivity**, save the provided ARN and extract the AWS account ID for the account associated with your Redis Cloud cluster from it.
39
+
1. Under **Source database credentials and certificates**, save the provided ARN. This will be the `redis_secrets_arn` you will need later.
40
40
41
-
{{<imagefilename="images/rc/rdi/rdi-setup-connectivity-arn.png"alt="The select source database type list."width=80% >}}
41
+
{{<imagefilename="images/rc/rdi/rdi-credentials-arn.png"alt="The setup connectivity section containing the credentials ARN."width=80% >}}
42
42
43
-
The AWS account ID is the string of numbers after `arn:aws:iam::` in the ARN. For example, if the ARN is `arn:aws:iam::123456789012:role/redis-data-pipeline`, the AWS account ID is `123456789012`.
43
+
1. Under **Setup connectivity**, save the provided ARN. This will be the `redis_privatelink_arn` you will need later.
44
+
45
+
{{<imagefilename="images/rc/rdi/rdi-setup-connectivity-arn.png"alt="The setup connectivity section containing the private link ARN."width=80% >}}
44
46
45
47
## Create the source database and network resources
46
48
@@ -56,7 +58,8 @@ To follow this guide, you need to:
56
58
-`azs`: The availability zone IDs where your Redis Cloud database is deployed.
57
59
-`port`: The port number for the new PostgreSQL source database.
58
60
-`name`: A prefix for all of the created AWS resources.
59
-
-`redis-account`: The AWS account ID for your Redis Cloud cluster you saved earlier.
61
+
-`redis_secrets_arn`: The source database credentials and certificates ARN from the Redis Cloud console.
62
+
-`redis_privatelink_arn`: The PrivateLink ARN from the Redis Cloud console.
Copy file name to clipboardExpand all lines: content/operate/rc/databases/rdi/setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,4 +331,4 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
331
331
332
332
After you have set up your source database and prepared connectivity and credentials, select **Define source database** to [define your source connection and data pipeline]({{<relref "/operate/rc/databases/rdi/define">}}).
333
333
334
-
{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="ADD ALT TEXT" width=200px >}}
0 commit comments