I would like to make cheap backups to Google Cloud Storage that I hopefully will never retrieve back, but just in case I wanna know whether it's possible to avoid expensive network egress (data transfer) out of GCP.
According to https://cloud.google.com/storage/pricing it's $0.12 per 1 GB which is huge.
There's a competitor (AWS Glacier Deep Archive) which theoretically allows to transfer bucket contents for free with VPC peering to any instance in the same region e.g. AWS Lightsail with monthly out-bandwidth up to a few TB.
Or at least AWS free tier proposes 50GB/month CDN for free in the first year (and again transfer data from bucket to CDN is free).
Is there something similar in GCP?