Trying to associate current estimate monthly costs for systems via the database. I see if I query account_invoice and filter on ref_type = ‘ComputeServer’ that I get my VMs back. What cost should I be using for the monthly?
Example, I checked:
interval_price = $120
total_price = $65
running_price = $2.88
and then all the same for cost_*
the server is monthly ~$27, so none of those costs seem to add up to what I’m looking for.