Skip to content

Commit cbbf76a

Browse files
authored
Merge pull request #4299 from ClickHouse/dtran-patch-1
updating account id to use arn
2 parents 1b48773 + df2794e commit cbbf76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/clickpipes/aws-privatelink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ The output will contain a Resource-Configuration ARN, which you will need for th
109109

110110
Sharing your resource requires a Resource-Share. This is facilitated through the Resource Access Manager (RAM).
111111

112-
You can put the Resource-Configuration into the Resource-Share through [AWS console](https://docs.aws.amazon.com/ram/latest/userguide/working-with-sharing-create.html) or by running the following command with ClickPipes account ID `072088201116`:
112+
You can put the Resource-Configuration into the Resource-Share through [AWS console](https://docs.aws.amazon.com/ram/latest/userguide/working-with-sharing-create.html) or by running the following command with ClickPipes account ID `072088201116` (arn:aws:iam::072088201116:root):
113113

114114
```bash
115115
aws ram create-resource-share \
116-
--principals 072088201116 \
116+
--principals arn:aws:iam::072088201116:root \
117117
--resource-arns <RESOURCE_CONFIGURATION_ARN> \
118118
--name <RESOURCE_SHARE_NAME>
119119
```

0 commit comments

Comments
 (0)