DOC-6845: Add MongoDB Atlas Private Link tab to Cloud RDI setup guide#3659
Open
mich-elle-luna wants to merge 1 commit into
Open
DOC-6845: Add MongoDB Atlas Private Link tab to Cloud RDI setup guide#3659mich-elle-luna wants to merge 1 commit into
mich-elle-luna wants to merge 1 commit into
Conversation
Documents the two-way handshake flow for connecting a MongoDB Atlas source database to Cloud RDI via Private Link: get the Atlas endpoint service ID, register it in Redis Cloud to receive a VPC Endpoint ID, complete the interface endpoint in Atlas, then copy the private connection string back into the pipeline setup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Staging links: |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the two-way handshake flow for connecting a MongoDB Atlas source database to Cloud RDI via Private Link: get the Atlas endpoint service ID, register it in Redis Cloud to receive a VPC Endpoint ID, complete the interface endpoint in Atlas, then copy the private connection string back into the pipeline setup.
Note
Low Risk
Documentation-only change to the RDI setup guide; no application or infrastructure code affected.
Overview
Adds a MongoDB Atlas tab to the Cloud RDI Set up AWS Private Link connectivity multitabs in
setup.md, alongside the existing EC2 and RDS/Aurora paths.The new content documents Atlas’s two-way Private Link handshake: copy Atlas’s Endpoint Service ID into Redis Cloud’s Private Link service name, copy the returned VPC Endpoint ID back into Atlas, wait until the endpoint is Available, then use the Private Endpoint connection string (not the standard URI) in the pipeline Source configuration. A note calls out matching the Atlas private endpoint AWS region to the Redis Cloud target.
Reviewed by Cursor Bugbot for commit cf52498. Bugbot is set up for automated code reviews on this repo. Configure here.