Im using AWS SageMaker Notebooks.
What is the best way to execute notebook from sagemaker?
- My idea is to have an S3 bucket.
- When a new file is putted there i want to execute a notebook that reads from S3 and puts the output in other bucket.
The only way i have from now is to start an S3 event, execute a lambda function that starts a sagemaker instance and execute the notebook. But is getting too much time to start and it doesnt work yet for me with a big notebook.
Maybe is better to export the notebook and execute it from another place in aws (in order to be faster), but i dont know where.
Thanks in advance
question from:https://stackoverflow.com/questions/66061721/in-aws-execute-notebook-from-sagemaker