React, Strapi and Aws EFS

Hey guys, I just want to know if it is suitable to use strapi in the below scenario.

I have lots of data and I want to create a file storage portal where the admin will be able view all the files and be able to create temporary logins and give access to only selected files for those temporary logins. The reason why we are connecting it to efs is cause the data is huge, say more than 30TB and in future we’d be migrating it to our own servers. I just want to know if this is possible and if yes, how can I connect strapi with efs and create temporary logins and give access to selected files. Thank you!