Overview

Simple Manager for HAQM EFS allows you to directly interact with data in your HAQM Elastic File System (HAQM EFS) file systems through a web user interface (UI). This web UI allows you to browse, upload, and download files in existing EFS file systems. For example, you can use this solution to upload a machine learning (ML) model file to an EFS file system that is used by an AWS Lambda function for ML inference. This AWS Solution provides a reference architecture, considerations for planning your deployment, and configurations steps for deploying the solution to the AWS Cloud.
Benefits

Use the web UI to browse, upload, and download files in existing EFS file systems, without specialized Linux knowledge.
Gain web access to your HAQM EFS files from any device or location.
Avoid deploying dedicated resources, (such as an HAQM Elastic Compute Cloud (HAQM EC2) instance), to manage your data by using a serverless architecture.
Use artificial intelligence (AI) and machine learning (AI/ML) implementations can use this solution to host datasets in HAQM EFS file systems and run inference algorithms via through AWS Lambda within the same HAQM Virtual Private Cloud (HAQM VPC).
Technical details

You can automatically deploy this architecture using the implementation guide and the accompanying AWS CloudFormation template.
Step 1
The AWS CloudFormation template deploys an HAQM CloudFront distribution to serve the Simple File Manager web UI.
Step 2
An HAQM Simple Storage Service (HAQM S3) web source bucket hosts the CloudFront distribution.
Step 3
An HAQM Cognito user pool provides a user directory.
Step 4
A Cognito identity pool provides federation with AWS Identity and Access Management (IAM) for authentication and authorization to the web UI.
Step 5
An HAQM API Gateway file manager REST API proxies file system operations from the web UI to your HAQM EFS file system. IAM roles are created for the API to operate.
Step 6
An AWS Lambda API handler function supports the file manager API.
Step 7
A Lambda file manager function connects to the EFS file system.
Note: The Lambda file manager function is not automatically deployed by this solution’s CloudFormation template. Create this resource post deployment.
Step 8
An EFS access point allows EFS file system access from Lambda.
Note: The EFS access point is not automatically deployed by this solution’s CloudFormation template. Create this resource post deployment.
Was this page helpful?
- Publish Date