I'm new to google cloud. I'm managing several users who are testing it out and I run the lab so have to figure out what it's costing us.
I'm trying to understand where the charges come from. Here's current charge estimate:
The bit that confuses me is the "Storage PD capacity" part. I get that this is 'Persistent Disk Storage' but I cannot see which VMs it is associated with. From the charge breakdown I can see that there is 481GB that we are being charged for. But here is the disk space associated with current compute engine instances:
So there is only one instance that has a disk allocated which even could contain 481 GB. But if I ssh into that and check how much disc space is used with df -h
then it shows only 38 GB is being used:
So where is the 481 GB coming from? How do I figure this out?
Many thanks for your answers!