We have Google Cloud SQL instances as follows
As you can see, there’s a total of:
5T + 10G = 5010G allocated for non HA (zonal) storage
250G + 250G + 1T + 1T + 200G = 2700G allocated for HA (regional) storage
(It’s not very efficiently allocated but never mind that for now.) Meanwhile our billing report for Cloud SQL for the last 30 days looks like this
Looking at “Usage”, the Zonal Storage (non-HA) line item shows 5010 gibi-month, which matches the provisioning. However, Regional Storage (HA) shows 3700 gibi-month, which is 1000G more than the 2700G of known provisioned instance storage.
Any idea why we could be getting charged for the extra 1000G of storage? What else could show up under “Cloud SQL for PostgreSQL Regional - Standard storage in Americas” besides direct instance storage? (I believe backup snapshots are accounted for elsewhere, but maybe ??replication?? of ??some kind??)
Is there some other dashboard I could look at to understand this?