diff --git a/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md b/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md index 1b93ff82aa7..1d73e9470ed 100644 --- a/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md +++ b/docs/integrations/data-ingestion/clickpipes/aws-privatelink.md @@ -109,11 +109,11 @@ The output will contain a Resource-Configuration ARN, which you will need for th Sharing your resource requires a Resource-Share. This is facilitated through the Resource Access Manager (RAM). -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`: +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): ```bash aws ram create-resource-share \ - --principals 072088201116 \ + --principals arn:aws:iam::072088201116:root \ --resource-arns \ --name ```