Secrets Manager : GCP cost estimation

80 Views Asked by At

I am in the process of configuring a Dataform workspace for ETL workloads and as part of the set up I have to integrate the Dataform workspace with git. Now in order to do this I need to connect via https using a git token which I need to add to the GCP secrets manager and then expose to Dataform. My concern is I am not sure how this works in the background in terms of the access operations and I wondering what is the best way to estimate the potential cost of this with regards to Dataform workloads.

I have looked at some examples in the docs but I am still confused as to how to estimate this.

Is it calculated like this :

  • git commit = access operation
  • dataform job run = access operation

I need to understand this so that I can properly estimate the cost in terms of how many potential access operation will I have on a monthly basis.

0

There are 0 best solutions below