It sounds like the “Link to AWS Custom DNS docs” in the MongoDB Atlas documentation is meant to guide users on configuring custom DNS settings for AWS environments. This would allow your Atlas clusters to resolve hostnames based on a custom DNS service you provide, rather than the default AWS DNS settings.
Here’s how it generally works:
- Custom DNS Setup: You configure your AWS environment to use your custom DNS servers.
- Atlas Configuration: Ensure that your Atlas cluster can resolve the hostnames using the custom DNS.
- Network Configuration: Adjust network settings in your AWS VPC to route DNS queries appropriately.
If you need more specific guidance, you might need to consult AWS documentation or MongoDB support for further details Read More.