Manage Your Amazon EFS Storage Volume in SageMaker Studio Classic
Important
As of November 30, 2023, the previous Amazon SageMaker Studio experience is now named Amazon SageMaker Studio Classic. The following section is specific to using the Studio Classic application. For information about using the updated Studio experience, see Amazon SageMaker Studio.
The first time a user on your team onboards to Amazon SageMaker Studio Classic, Amazon SageMaker creates an Amazon Elastic File System (Amazon EFS) volume for the team. A home directory is created in the volume for each user who onboards to Studio Classic as part of your team. Notebook files and data files are stored in these directories. Users don't have access to other team member's home directories. Amazon SageMaker domain does not support mounting custom or additional Amazon EFS volumes.
Important
Don't delete the Amazon EFS volume. If you delete it, the domain will no longer function and all of your users will lose their work.
To find your Amazon EFS volume
-
Open the SageMaker console
. -
On the left navigation pane, choose Admin configurations.
-
Under Admin configurations, choose domains.
-
From the Domains page, select the domain to find the ID for.
-
From the Domain details page, select the Domain settings tab.
-
Under General settings, find the Domain ID. The ID will be in the following format:
d-xxxxxxxxxxxx
. -
Pass the
Domain ID
, asDomainId
, to the describe_domainmethod. -
In the response from
describe_domain
, note the value for theHomeEfsFileSystemId
key. This is the Amazon EFS file system ID. -
Open the Amazon EFS console
. Make sure the AWS Region is the same Region that's used by Studio Classic. -
Under File systems, choose the file system ID from the previous step.
-
To verify that you've chosen the correct file system, select the Tags heading. The value corresponding to the
ManagedByAmazonSageMakerResource
key should match theStudio Classic ID
.
For information on how to access the Amazon EFS volume, see Using file systems in Amazon EFS.
To delete the Amazon EFS volume, see Deleting an Amazon EFS file system.