3

I want to create 2 NFS fileshare on GCP and both would consume only 20GB of data. But when creating Filestore instances it seems like only one share can be created under each instance and also the minimum is 1TB storage capacity...

Monthly estimate shows that for 1 TB it would cost around 200 dollars. Is that applicable only if we use full 1TB storage? Is it alright to create 2 instance for 2 file share and use less than 20GB data in a 1TB instance and safely ignore monthly estimate?

user630702
  • 2,529
  • 5
  • 35
  • 98

1 Answers1

6

You'll be charged for the provisioned capacity whether you use 1% or 99% of it. From the pricing page:

You are charged based on the provisioned capacity, not based on the capacity used. For example, if you create a 1 TB instance and store 100 GB of data on it, you incur charges for the entire 1 TB.

Brian Burton
  • 3,648
  • 16
  • 29
  • So that would mean 200$ per month. What other alternative steps I can take to save money and have a file share? – user630702 Feb 17 '21 at 10:13
  • Do you really need a NFS? If not, use persistent disk or even Google Cloud Storage. Without knowing what the data is, how it will be accessed and how frequently it's impossible to recommend a solution. – Brian Burton Feb 17 '21 at 10:32
  • 2
    yea I need a NFS I decided to use GCP VM as a fileshare instead – user630702 Feb 17 '21 at 10:46