Skip to content

Commit 0968d90

Browse files
committed
fixes
1 parent b767856 commit 0968d90

File tree

2 files changed

+1293
-1294
lines changed

2 files changed

+1293
-1294
lines changed

knowledgebase/aws-privatelink-setup-for-msk-clickpipes.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ keywords: ['AWS PrivateLink', 'MSK', 'ClickPipes']
1111

1212
## Overview {#overview}
1313

14-
This guide will get you started with setting up a **MSK multi-VPC** to be used with [ClickPipes reverse private endpoint](/integrations/data-ingestion/clickpipes/aws-privatelink.md#msk-multi-vpc).
14+
This guide will get you started with setting up a **MSK multi-VPC** to be used with [ClickPipes reverse private endpoint](/integrations/clickpipes/aws-privatelink#msk-multi-vpc).
1515

1616
## Requirements {#requirements}
1717

18-
Your MSK cluster VPC must be located in one of our ClickPipes regions. See [ClickPipes regions](/integrations/data-ingestion/clickpipes/aws-privatelink.md#aws-privatelink-regions) for the list of supported regions.
18+
Your MSK cluster VPC must be located in one of our ClickPipes regions. See [ClickPipes regions](/integrations/clickpipes/aws-privatelink#aws-privatelink-regions) for the list of supported regions.
1919

2020
## Enabling multi-VPC connectivity {#enabling-multi-vpc-connectivity}
2121

@@ -35,23 +35,23 @@ Your MSK cluster VPC must be located in one of our ClickPipes regions. See [Clic
3535
{
3636
"Version": "2012-10-17",
3737
"Statement": [
38-
{
39-
"Effect": "Allow",
40-
"Principal": {
41-
"AWS": [
42-
"arn:aws:iam::072088201116:root"
43-
]
44-
},
45-
"Action": [
46-
"kafka-cluster:Connect",
47-
"kafka-cluster:DescribeCluster",
48-
"kafka-cluster:ListClusters"
49-
]
50-
}
38+
{
39+
"Effect": "Allow",
40+
"Principal": {
41+
"AWS": [
42+
"arn:aws:iam::072088201116:root"
43+
]
44+
},
45+
"Action": [
46+
"kafka-cluster:Connect",
47+
"kafka-cluster:DescribeCluster",
48+
"kafka-cluster:ListClusters"
49+
]
50+
}
5151
]
5252
}
5353
```
5454

5555
## Creating reverse private endpoint {#creating-reverse-private-endpoint}
5656

57-
Follow reverse private endpoint creation steps in the [ClickPipes documentation](/integrations/data-ingestion/clickpipes/aws-privatelink.md#creating-clickpipe).
57+
Follow reverse private endpoint creation steps in the [ClickPipes documentation](/integrations/clickpipes/aws-privatelink#creating-clickpipe).

0 commit comments

Comments
 (0)