diff --git a/content/operate/rc/databases/rdi/quick-start.md b/content/operate/rc/databases/rdi/quick-start.md index 48e4192425..8a724736de 100644 --- a/content/operate/rc/databases/rdi/quick-start.md +++ b/content/operate/rc/databases/rdi/quick-start.md @@ -36,11 +36,13 @@ To follow this guide, you need to: {{The create pipeline button.}} 1. Select **PostgreSQL** as the source database type. {{The select source database type list.}} -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. +1. Under **Source database credentials and certificates**, save the provided ARN. This will be the `redis_secrets_arn` you will need later. - {{The select source database type list.}} + {{The setup connectivity section containing the credentials ARN.}} - 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`. +1. Under **Setup connectivity**, save the provided ARN. This will be the `redis_privatelink_arn` you will need later. + + {{The setup connectivity section containing the private link ARN.}} ## Create the source database and network resources @@ -56,7 +58,8 @@ To follow this guide, you need to: - `azs`: The availability zone IDs where your Redis Cloud database is deployed. - `port`: The port number for the new PostgreSQL source database. - `name`: A prefix for all of the created AWS resources. - - `redis-account`: The AWS account ID for your Redis Cloud cluster you saved earlier. + - `redis_secrets_arn`: The source database credentials and certificates ARN from the Redis Cloud console. + - `redis_privatelink_arn`: The PrivateLink ARN from the Redis Cloud console. 1. To view the configuration, run: diff --git a/content/operate/rc/databases/rdi/setup.md b/content/operate/rc/databases/rdi/setup.md index 187ebc6bc8..c0a516a93a 100644 --- a/content/operate/rc/databases/rdi/setup.md +++ b/content/operate/rc/databases/rdi/setup.md @@ -331,4 +331,4 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv 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]({{}}). -{{ADD ALT TEXT}} \ No newline at end of file +{{The define source database button.}} \ No newline at end of file diff --git a/static/images/rc/rdi/rdi-credentials-arn.png b/static/images/rc/rdi/rdi-credentials-arn.png new file mode 100644 index 0000000000..4749cf2006 Binary files /dev/null and b/static/images/rc/rdi/rdi-credentials-arn.png differ