You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/data-ingestion/clickpipes/secure-rds.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ Let's call this value `{ClickHouse_IAM_ARN}`. This is the IAM role that will be
47
47
48
48
#### Obtaining the RDS/Aurora Resource ID {#obtaining-the-rds-resource-id}
49
49
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.
51
51
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.
53
53
54
54
#### Setting up the Database User {#setting-up-the-database-user}
0 commit comments