where can I find the stored files in amazon EFS

0

I have created a EFS file system with AWS Lambda, I'm trying to push files into EFS, now I couldn't able to find where my file is getting stored. If possible can i have have a reference documentation or videos that helps to store file using node js backend

asked 4 months ago440 views
2 Answers
2

Or if you would prefer just browsing your EFS filesystem via simple web interface, here is one way to do that. https://aws.amazon.com/solutions/implementations/simple-file-manager-for-amazon-efs/

profile picture
EXPERT
Kallu
answered 4 months ago
profile picture
EXPERT
reviewed 4 months ago
  • Didnt know this existed. Recently released. Thanks Kallu

1

Your files on EFS will be stored on a EFS file system.

You can use the EFS Console to view the configuration but you have to use a host to access/view files such as attaching an EFS file system to an EC2

https://us-east-1.console.aws.amazon.com/efs/home?region=us-east-1#/file-systems

profile picture
EXPERT
answered 4 months ago
profile pictureAWS
EXPERT
reviewed 4 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