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/aws-privatelink.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To set up PrivateLink with VPC resource:
54
54
2. Create a resource configuration
55
55
3. Create a resource share
56
56
57
-
#### 1. Create a resource gateway {#create-resourcegateway}
57
+
#### 1. Create a resource gateway {#create-resource-gateway}
58
58
59
59
Resource gateway is the point that receives traffic for specified resources in your VPC.
60
60
@@ -66,10 +66,10 @@ For each VPC endpoint (each Reverse Private Endpoint), AWS requires a consecutiv
66
66
If this requirement is not met, Reverse Private Endpoint will transition to a failed state.
67
67
:::
68
68
69
-
You can create a resource gateway from the [AWS console](https://docs.aws.amazon.com/vpc/latest/privatelink/create-resourcegateway.html) or with the following command:
69
+
You can create a resource gateway from the [AWS console](https://docs.aws.amazon.com/vpc/latest/privatelink/create-resource-gateway.html) or with the following command:
70
70
71
71
```bash
72
-
aws vpc-lattice create-resourcegateway \
72
+
aws vpc-lattice create-resource-gateway \
73
73
--vpc-identifier <VPC_ID> \
74
74
--subnet-ids <SUBNET_IDS> \
75
75
--security-group-ids <SG_IDs> \
@@ -81,8 +81,8 @@ The output will contain a resource gateway id, which you will need for the next
81
81
Before you can proceed, you'll need to wait for the resource gateway to enter into an `Active` state. You can check the state by running the following command:
0 commit comments