Amazon SageMaker · Arazzo Workflow
Amazon SageMaker Provision Notebook Instance
Version 1.0.0
Create a SageMaker notebook instance and poll it until it is in service.
View Spec
View on GitHub
Artificial IntelligenceInferenceMachine-LearningMLOpsTrainingArazzoWorkflows
Provider
Workflows
provision-notebook-instance
Create a notebook instance and poll it to an in-service state.
Launches a managed Jupyter notebook instance and describes it in a loop until it leaves the Pending state, returning the connection URL and final status.
1
createNotebookInstance
Launch a managed Jupyter notebook instance with the requested instance type, IAM role, and optional storage volume size.
2
pollNotebookInstance
Describe the notebook instance to read its status. Repeat while the status remains Pending and continue once it reaches a terminal state such as InService or Failed.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.