2 Answers
- Newest
- Most votes
- Most comments
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.
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.
Relevant content
- asked 3 years ago