Skip to content

Commit 411ba4c

Browse files
authored
Merge pull request #2337 from redis/DOC-5917
RC RDI: Automation Quick start changes
2 parents ef27c3c + 48f9c29 commit 411ba4c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

content/operate/rc/databases/rdi/quick-start.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ To follow this guide, you need to:
3636
{{<image filename="images/rc/rdi/rdi-create-data-pipeline.png" alt="The create pipeline button." width=200px >}}
3737
1. Select **PostgreSQL** as the source database type.
3838
{{<image filename="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.
4040

41-
{{<image filename="images/rc/rdi/rdi-setup-connectivity-arn.png" alt="The select source database type list." width=80% >}}
41+
{{<image filename="images/rc/rdi/rdi-credentials-arn.png" alt="The setup connectivity section containing the credentials ARN." width=80% >}}
4242

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+
{{<image filename="images/rc/rdi/rdi-setup-connectivity-arn.png" alt="The setup connectivity section containing the private link ARN." width=80% >}}
4446

4547
## Create the source database and network resources
4648

@@ -56,7 +58,8 @@ To follow this guide, you need to:
5658
- `azs`: The availability zone IDs where your Redis Cloud database is deployed.
5759
- `port`: The port number for the new PostgreSQL source database.
5860
- `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.
6063

6164
1. To view the configuration, run:
6265

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
331331
332332
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">}}).
333333
334-
{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="ADD ALT TEXT" width=200px >}}
334+
{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="The define source database button." width=200px >}}
48.1 KB
Loading

0 commit comments

Comments
 (0)