Hi,
I moved the VM from the US to EMEA (Belgium) because most of my visitors are from Europe (Greece) but I see now I have payed more in "Network Data Transfer Out via Carrier Peering Network - EMEA Based". How can I avoid - reduce these extra charges? I am using CDN Cloudflare and I have Premium as Network Tier
Solved! Go to Solution.
Hi @tenekes,
Welcome to Google Cloud Community!
You can check Cloud Billing to help you track Google Cloud spending and optimize its cost.
Here’s a table where you can compare the pricing from US vs EMEA. VM-to-VM data transfer when the source and destination VMs are in different Google Cloud regions.
One possible reason is the high charges that are attributed to Internet Egress traffic, which occurs when a compute engine instance or application hosted on an instance sends requests outside to the internet. To prevent unwanted egress traffic to the internet, you can implement egress deny firewall rules.
Egress traffic rates apply only to data leaving Compute Engine or Cloud Storage. Egress charges for CDN Interconnect appear on the invoice as Compute Engine Network Egress via Carrier Peering Network.
Cloudflare's CDN only reduces costs when it can serve content from its edge servers. If a user requests content not cached by Cloudflare (a cache miss), the request goes back to your origin server (your VM in Belgium), resulting in data transfer costs. The more cache misses you have, the higher your egress costs.
I hope the information above is helpful.