Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sagemaker NotebookInstances network information has moved to a different API #1621

Closed
kravvcu opened this issue May 5, 2023 · 1 comment
Closed
Assignees
Labels

Comments

@kravvcu
Copy link

kravvcu commented May 5, 2023

The notebookInstanceInVpc plugin assumes the networkInterfaceId information to be returned by the list-notebook-instances call. This is no longer a valid assumption as the API doesn't return this information no more: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListNotebookInstances.html

The networking information has been moved to the describe API: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeNotebookInstance.html

Current status

The plugin fails even when notebook instances are in-vpc.

Expected status

The plugin doesn't fail for in-vpc notebook instances.

@alphadev4 alphadev4 self-assigned this Aug 3, 2023
@alphadev4
Copy link
Collaborator

@kravvcu fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants