Enabling user quota in EFS filesystem

0

Hi Team, Today i got into big issue of heavy ingestion of data from one of my user as his home directory is placed in the EFS filesystem. Is there a way how can i set quota for limited 5 GB for each user's folder created in that particular file system so that i need to limit the directory size with in threshold. Thanks for the support on this

2 Answers
0

Hello.

EFS does not have a feature that limits the file size that users upload.
Therefore, I think there will be a need for a system where you can create your own application and have users upload it from there.
If you create your own application, you can freely decide the file size.

profile picture
EXPERT
answered 9 months ago
0

Setting quotas for individual user directories on Amazon EFS is not natively supported by AWS.

You might need to consider alternative storage solutions that natively support such features. For instance, setting up an NFS server on an EC2 instance with attached EBS volumes could allow you to use Linux's built-in quota management tools. However, this approach comes with additional management overhead and potentially higher costs compared to using EFS.

profile pictureAWS
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions