Skip to content

Add new supported integrations to PrivateLink #7183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/connections/aws-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Usage limits for each customer during the AWS PrivateLink Private Beta include t
The following Databricks integrations support PrivateLink:
- [Databricks storage destination](/docs/connections/storage/catalog/databricks/)
- [Databricks Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/databricks-setup/)
- [Databricks Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync/)
- [Databricks Data Graph](/docs/unify/data-graph/)

> info "Segment recommends reviewing the Databricks documentation before attempting AWS PrivateLink setup"
> The setup required to configure the Databricks PrivateLink integration requires front-end and back-end PrivateLink configuration. Review the [Databricks documentation on AWS PrivateLink](https://docs.databricks.com/en/security/network/classic/privatelink.html){:target="_blank”} to ensure you have everything required to set up this configuration before continuing.
Expand All @@ -44,6 +46,7 @@ To implement Segment's PrivateLink integration for Databricks:
The following RDS Postgres integrations support PrivateLink:
- [RDS Postgres storage destination](/docs/connections/storage/catalog/postgres/)
- [RDS Postgres Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/postgres-setup/)
- [RDS Postgres Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/)

### Prerequisites
Before you can implement AWS PrivateLink for RDS Postgres, complete the following prerequisites:
Expand All @@ -66,6 +69,8 @@ To implement Segment's PrivateLink integration for RDS Postgres:
The following Redshift integrations support PrivateLink:
- [Redshift storage destination](/docs/connections/storage/catalog/redshift/)
- [Redshift Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/redshift-setup/)
- [Redshift Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/)
- [Redshift Data Graph](/docs/unify/data-graph/)

### Prerequisites
Before you can implement AWS PrivateLink for Redshift, complete the following prerequisites:
Expand All @@ -86,6 +91,8 @@ To implement Segment's PrivateLink integration for Redshift:
The following Snowflake integrations support PrivateLink:
- [Snowflake storage destination](/docs/connections/storage/catalog/snowflake/)
- [Snowflake Reverse ETL source](/docs/connections/reverse-etl/reverse-etl-source-setup-guides/snowflake-setup/)
- [Snowflake Profiles Sync](/docs/unify/profiles-sync/profiles-sync-setup/)
- [Snowflake Data Graph](/docs/unify/data-graph/)

### Prerequisites
Before you can implement AWS PrivateLink for Snowflake, complete the following prerequisites:
Expand Down
Loading