Atlas peering connection cannot resolve the Atlas hostname to private address

Hi, we are using serverless version Atlas and tha work well on public ip system.
recently we need to use our AWS ECS to access our Atlas by peering connections, so we followed document and created peering connections. we have enabled DNS hostname and DNS resolution on our VPC, also added route table for peering connection. but after all settings we cannot see the Atlas hostname in connection string been resolved to private ip address.
We followed this document: https://docs.atlas.mongodb.com/reference/faq/connection-changes/#std-label-connstring-private
But in our VPC EC2 the standard connection strings will resolved to public ip
if we use ‘-pri’ format connection string then the hostname cannot resolved.
(we have already toggle the ‘Using Custom DNS on AWS with VPC Peering’ on On from the Project Settings menu)
What we can do for using peering private connections.

1 Like

found the answer here: https://docs.atlas.mongodb.com/security-vpc-peering/
Serverless Instances are in Preview
Serverless instances are in preview and do not support this feature at this time. To learn more, see Serverless Instance Limitations.
:sob:

1 Like

almost 2 years later and still no support for VPC peering with serverles?