Skip to content

feat(cdc-rpe): mention self served RPE guide instead #3671

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 2 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ can be configured for ClickPipes. Add [your ClickPipe region](#aws-privatelink-e

5. Select any of existing reverse private endpoints or create a new one.

:::info
For RDS, the process to create the VPC Endpoint service is a bit more involved and
[this guide should provide](/knowledgebase/aws-privatelink-setup-for-clickpipes) a good starting point to set it up.
:::

<Image img={cp_rpe_step1} alt="Select reverse private endpoint" size="lg" border/>

6. Provide the required parameters for the selected endpoint type.
Expand Down
7 changes: 4 additions & 3 deletions knowledgebase/aws-privatelink-setup-for-clickpipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ RDS instances that require endpoint services (OR you may have different listener

## Initiating connection {#initiating-connection}

When it's done, share details such as AWS region, VPC service name and availability zone.
ClickPipes team will initiate VPC endpoints creation in ClickPipes VPC. This will require [connection request acceptance](https://docs.aws.amazon.com/vpc/latest/privatelink/configure-endpoint-service.html#accept-reject-connection-requests) on your side.
When it's done you can follow the guide to [initiate the connection](/integrations/clickpipes/aws-privatelink#creating-clickpipe)

Once the status shows `Ready` on console, you can follow the next section to create your ClickPipe.

## Creating ClickPipes {#creating-clickpipes}

ClickPipes team will provide the DNS name to be used in the ClickPipe creation process. You can now [create your ClickPipe](/integrations/clickpipes/postgres).
Use the DNS name you got from the previous step to [create your ClickPipe](/integrations/clickpipes/postgres).

## Dynamically updating the RDS endpoint IP {#dynamically-updating-the-rds-endpoint-ip}

Expand Down