I am aware of GCE storage and compute costs plus network data transfer costs between GCE VMs assuming they are in different regions , today I am saw a SKU related to carrier peering and data transfer costs with GCE and i don't understand where it is coming from. We have a GCE VM connected to Atlas Mongo instance via VPC peering (Next JS app deployed on a GCE VM with MongoDB Atlas as a backend , is this cost attributed to this data transfer?
Hi dheerajpanyam,
Welcome to Google Cloud Community!
Yes, the "carrier peering" costs you are seeing are likely associated with the data transfer between your GCE VM (via VPC peering) and MongoDB Atlas, particularly if they're located in different regions. In this kind of setup, Inter-region data transfer is utilized.
Additionally, a relevant discussion on the Reddit forum. According to @elvis of Google Cloud Support:
There are a few possible reasons why you might be seeing this charge:
To get a more detailed breakdown, I'd recommend:
For further assistance, please consider reaching out to Cloud Billing support for more detailed guidance.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Thanks @francislouie for your answer. Sorry i forgot to mention one important information about the setup. I see a VPC networking peering connection in the GCP console between GCP and Mongo Atlas which i am assuming is a private connection in which case the egress costs won't apply , please correct me if i am wrong.
@francislouie i realized we are also using Cloud Flare for caching content served from the applications deployed on the VMs, so it might not be Mongo charges since it uses VPC peering / private connection.