Skip to content

how to restore EBS of AWS Sagemaker notebook instance

0

my AWS Sagemaker notebook instance cannot be started because VPC is deleted accidentaly. how can I restore EBS data for this Sagemaker notebook instance? I cannot find any EBS volume in EBS list.

asked 2 years ago696 views
1 Answer
0

The SageMaker notebook instance use EBS to store data and the EBS volume is mounted to the /home/ec2-user/SageMaker. You will not be able to access that EBS volume from outside of the SageMaker notebook instance. If you can still start the instance, you can take a backup snapshot of the EBS volume to S3.

AWS
EXPERT
answered 2 years 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.