tailwarden / komiser

Open-source cloud-environment inspector. Supporting AWS, GCP, Azure, and more! Your cloud resources will have nowhere to hide!
https://komiser.io
Other
3.96k stars 431 forks source link

Estimate cost of CIVO DiskImages #604

Open jakepage91 opened 1 year ago

jakepage91 commented 1 year ago

Describe the solution you'd like Estimate cost of CIVO DiskImages

Additional context To get an idea of how to estimate cost, take the CIVO objectstore resource as an example

ShubhamPalriwala commented 1 year ago

@jakepage91 I got response back for this as well from the Civo team:

Hi, To know the price of Civo Disk(Volume), please visit our pricing page: https://www.civo.com/pricing Please look at the Volume section on the pricing page. If you have any other questions or need further assistance, please let us know and we will be more than happy to help. Regards, Civo Technical Support Team

So we can just use the same as we have in civo/volumes as:

        monthlyCost := float64(volume.SizeGigabytes) * 0.10

What do you say?

jakepage91 commented 1 year ago

Thanks for this, so yeah just to document the chat we had on Discord, if you could get back to me when you double check with CIvo support to make sure they charge Volumes the same as Disk Images, I'll really appreciate it thanks!