Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/integrations/data-ingestion/clickpipes/secure-rds.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@

#### Obtaining the RDS/Aurora Resource ID {#obtaining-the-rds-resource-id}

1. Login to your AWS Account and navigate to the RDS/Aurora instance you want to configure.
1. Login to your AWS Account and navigate to the RDS instance/Aurora Cluster you want to configure.
2. Click on the **Configuration** tab.
3. Note the **Resource ID** value. It should look like `db-xxxxxxxxxxxxxx`. Let's call this value `{RDS_RESOURCE_ID}`. This is the resource ID that will be used in the IAM policy to allow access to the RDS instance.
3. Note the **Resource ID** value. It should look like `db-xxxxxxxxxxxxxx` for RDS or `cluster-xxxxxxxxxxxxxx` for Aurora cluster. Let's call this value `{RDS_RESOURCE_ID}`. This is the resource ID that will be used in the IAM policy to allow access to the RDS instance.

Check warning on line 52 in docs/integrations/data-ingestion/clickpipes/secure-rds.md

View workflow job for this annotation

GitHub Actions / vale

ClickHouse.FutureTense

Instead of future tense 'will be', use present tense.

#### Setting up the Database User {#setting-up-the-database-user}

Expand Down