Skip to content

Commit 46422e2

Browse files
committed
some small fixes
1 parent 7cd1151 commit 46422e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/aws-privatelink.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ The following Databricks integrations support PrivateLink:
3737
Before you can configure AWS PrivateLink for RDS Postgres, complete the following prerequisites in your Databricks workspace:
3838
- **Set up a Network Load Balancer (NLB) to route traffic to your Postgres database**: Segment recommends creating a NLB that has target group IP address synchronization, using a solution like AWS Lambda.
3939
- **Configure your NLB with one of the following settings**:
40-
- Disable the **Enforce inbound rules on PrivateLink traffic** setting (Preferably)
40+
- Preferably, disable the **Enforce inbound rules on PrivateLink traffic** setting
4141
- Alternatively, add an inbound rule that allows traffic belonging to Segment's PrivateLink/Edge CIDR: `10.0.0.0/8`
4242

4343
### Configure PrivateLink for RDS Postgres
4444
1. Create a Network Load Balancer VPC endpoint service using the instructions in the [Create a service powered by AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/privatelink/create-endpoint-service.html){:target="_blank”} documentation.
4545
2. Reach out to your Customer Success Manager (CSM) for more details about Segment's AWS principal.
4646
3. Add the Segment AWS principal as an “Allowed Principal” to consume the Network Load Balancer VPC endpoint service you created in step 1.
4747
4. Reach out to your CSM and provide them with the Service name for the service that you created above. Segment's engineering team provisions a VPC endpoint for the service in the Segment Edge VPC.
48-
5. After creating the VPC, Segment provides you with private DNS so you can update the **Host** in your Segment app settings or create a new Postgres integration. <br> The following RDS Postgres integrations support PrivateLink:
48+
5. After creating the VPC endpoint, Segment provides you with private DNS so you can update the **Host** in your Segment app settings or create a new Postgres integration. <br> The following RDS Postgres integrations support PrivateLink:
4949
- [RDS Postgres storage destination](/docs/connections/storage/catalog/postgres/)
5050
- [RDS Postgres Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup/)
5151

@@ -59,7 +59,7 @@ Before you can configure AWS PrivateLink for RDS Postgres, complete the followin
5959
### Configure PrivateLink for Redshift
6060
Implement Segment's PrivateLink integration by taking the following steps:
6161
1. Let your Customer Success Manager (CSM) know that you're interested in PrivateLink. They will share information with you about Segment’s Edge account and VPC.
62-
2. After you receive the Edge account and VPC, [grant cluster access to Segment's Edge account and VPC](https://docs.aws.amazon.com/redshift/latest/gsg/rs-gsg-connect-to-cluster.html){:target="_blank”}.
62+
2. After you receive the Edge account ID and VPC ID, [grant cluster access to Segment's Edge account and VPC](https://docs.aws.amazon.com/redshift/latest/gsg/rs-gsg-connect-to-cluster.html){:target="_blank”}.
6363
3. Reach back out to your CSM and provide them with the Cluster identifier for your cluster and your AWS account ID.
6464
4. Segment creates a Redshift managed VPC endpoint within the Segment Redshift subnet on your behalf, which creates a PrivateLink Endpoint URL. Segment then provides you with the internal PrivateLink Endpoint URL.
6565
5. After Segment provides you with the URL, use it to update or create new Redshift integrations. The following integrations support PrivateLink:

0 commit comments

Comments
 (0)