Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions content/operate/rc/databases/rdi/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ To follow this guide, you need to:
{{<image filename="images/rc/rdi/rdi-create-data-pipeline.png" alt="The create pipeline button." width=200px >}}
1. Select **PostgreSQL** as the source database type.
{{<image filename="images/rc/rdi/rdi-select-source-db.png" alt="The select source database type list." width=500px >}}
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.

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

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.

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

## Create the source database and network resources

Expand All @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion content/operate/rc/databases/rdi/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]({{<relref "/operate/rc/databases/rdi/define">}}).

{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="ADD ALT TEXT" width=200px >}}
{{<image filename="images/rc/rdi/rdi-define-source-database.png" alt="The define source database button." width=200px >}}
Binary file added static/images/rc/rdi/rdi-credentials-arn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.