Skip to content

Commit bafcaec

Browse files
fix(rds-iam): add cluster id for aurora (#4550)
1 parent 274acb4 commit bafcaec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/clickpipes/secure-rds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Let's call this value `{ClickHouse_IAM_ARN}`. This is the IAM role that will be
4747

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

50-
1. Login to your AWS Account and navigate to the RDS/Aurora instance you want to configure.
50+
1. Login to your AWS Account and navigate to the RDS instance/Aurora Cluster you want to configure.
5151
2. Click on the **Configuration** tab.
52-
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.
52+
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.
5353

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

0 commit comments

Comments
 (0)