Search code examples
google-cloud-platformgoogle-cloud-functionscloudgcloud-compute

How to update the prices from GCP in an interval manner


I'm using GCP, i want to calculate Mounthly Cost & Hourly cost of using services, but i do not want to call GCP apis everytime.

Do you propose a solution on how to update the prices from GCP in an interval manner?


Solution

  • You may use the Google Cloud Pricing Calculator in order to get a quick estimate of what your usage will cost on Google Cloud Platform.

    For more information about Google Cloud Platform Pricing you may visit the link here.

    Regarding interval strategies, here you may find popular solutions, top use cases, tutorials, and best practices to get started with using GCP.

    I hope you find this information useful.