Cost for just creating efs and leaving it empty

0

What is the cost for a empty efs

已提問 2 年前檢視次數 1134 次
3 個答案
0
已接受的答案

Amazon EFS pricing can be found here. Basically you pay for what you provision even if that provisioned storage sits empty.

profile pictureAWS
已回答 2 年前
0

Interesting question. I spun up an empty burstable EFS volume and see the minimum size used is 6KiB. Therefore, I would pay for this 6KiB, which when measured in monthly GB is negligible. So I would think, but haven't confirmed yet, that until you actually put data into the EFS, it'll be free. This is similar to creating an S3 bucket with no objects. You only pay for what you use.

profile pictureAWS
專家
已回答 2 年前
0

If you're just creating but not storing any files or transferring any data to/from, and you are not provisioning throughput, it should be no cost as the pricing is consumption based:

Amazon Elastic File System (Amazon EFS) is a simple, serverless, set-and-forget, elastic file system. There is no minimum fee or setup charge. You pay only for the storage you use, for read and write access to data stored in Infrequent Access storage classes, and for any provisioned throughput.

Regarding Provisioned Throughput, if you enable this you'll pay for that provisioned capacity regardless of use ($6/mo per 1MB/s provisioned throughput) as you're asking for capacity to be reserved for better performance.

If you use the calculator you can input numbers to see expected costs. I.e. entering 0G and 0 provisioned throughput is a $0 bill. 0G but 1MB/s provisioned throughout is $6/mo.

profile pictureAWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南