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.
|
Important
|
Read through all steps below and watch the quick video before continuing. |
-
Open the Amazon EFS console.
TipContext-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. -
Choose the EFS file system created as part of this tutorial by selecting the radio button next to file system Name.
-
Select Actions Manage Client Access.
-
Select +Add access point.
-
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
-
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. |

