Archive DB connection issue with vpc peering

We are using archiving feature with aws connectivitity, we have already connected mongo atlas over vpc peering which is working fine with main cluster, but while connecting archive db url with mongo shell getting error for connection.

2020-12-12T05:41:15.283+0000 W NETWORK [thread1] Failed to connect to xx.xxx.xx.xx:port after 5000ms milliseconds, giving up. 2020-12-12T05:41:15.283+0000 E QUERY [thread1] Error: couldn’t connect to server atlas-online-archive-5da8542bcf09a2545f54fa24-jsraa.a.query.mongodb.net:27017, connection attempt failed : connect@src/mongo/shell/mongo.js:275:13 @(connect):1:6 exception: connect failed

kindly assist me over this.

Thank you

Hello Shailesh,

Are you attempting to connect to your archive over VPC Peering as well? Currently Online Archive connections are only supported with Standard Connections with TLS - https://docs.atlas.mongodb.com/online-archive/manage-online-archive#how-service-archives-data .

We are looking at supporting Private Link as well but that is not yet available.

Best,

Ben