Skip to content

feat(rds-rpe): add cross-region step for endpoint service #3880

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
Jun 3, 2025
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
5 changes: 5 additions & 0 deletions knowledgebase/aws-privatelink-setup-for-clickpipes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ RDS instances that require endpoint services (OR you may have different listener
- If using Terraform, set the `enforce_security_group_inbound_rules_on_private_link_traffic` attribute to `off` for the NLB
- This setting is **required** to allow traffic from the ClickPipes VPC to the NLB.

7. **Optional**: Enable Cross-region support in case your database region is different from the ClickPipes region
- Under `Endpoint Services` in the VPC console, select your endpoint service.
- Click on the `Actions` button and select `Modify supported Regions`.
- Add the regions where you want to allow access to the endpoint service, [refer here](/integrations/clickpipes#list-of-static-ips) for the list of ClickPipes regions.

## Initiating connection {#initiating-connection}

When it's done you can follow the guide to [initiate the connection](/integrations/clickpipes/aws-privatelink#creating-clickpipe)
Expand Down