Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Create EFS Access Point

Summary

This section will create a new EFS Access Point for the Amazon EFS file system.

Amazon EFS Access Points is a EFS feature that simplifies providing applications and teams access to shared data sets in an EFS file system. EFS Access Points work together with AWS IAM and enforce an operating system user and group, and a directory for every file system request made through the access point.

We will use this Access Point to create shared notebook and ML training directories on EFS file system.

Duration

Note
It will take approximately 3 minutes to complete this section.

Step-by-step Guide

Important
Read through all steps below and watch the quick video before continuing.
02 create access point
  1. Open the Amazon EFS console.

    Tip
    Context-click (right-click) the link above and open the link in a new tab or window to make it easy to navigate between this github tutorial and the Amazon EFS console.
  2. Choose the EFS file system created as part of this tutorial by selecting the radio button next to file system Name.

  3. Select Actions Manage Client Access.

  4. Select +Add access point.

  5. Complete the Create access point…​ wizard with the following settings:

    Name

    Enter - datascience-AP

    User ID

    Enter - 1001

    Group ID

    Enter - 1001

    Path

    Enter - /notebooks

    Owner User ID

    Enter - 1001

    Owner Group ID

    Enter - 1001

    Permissions

    Enter - 755

  6. Select Save access points

Note
It will take approximately 2 minutes to create a new access point. Continue with the next section while the new access point is created in the background.

Next section

Click the button below to go to the next section.

03 enable access point