Platform identifier (notebook-al2-v2) is not supported for (ml.p2.xlarge).

0

Hello,

I am trying to use ml.p2.xlarge accelerated computing on a SageMaker Notebook Instance. This results in the following error. Has anyone encountered this before or have suggestions as to fix? I already have access to ml.p2.xlarge SageMaker Notebook Instances as my service limit was approved. I've tried it for not only notebook-al2-v2 but also for notebook-al2-v1. Thanks for any help!

ValidationException Platform identifier (notebook-al2-v2) is not supported for (ml.p2.xlarge).

Settings

Error

Samuel
asked 10 months ago858 views
2 Answers
1
Accepted Answer

You are recieving the ValidationException becasue AL2 doesn't support ml.p2 instance types. According to the public documentation:

Amazon Linux 2 supports instances listed under Notebook Instances in Amazon SageMaker Pricing with the exception that Amazon Linux 2 does not support ml.p2 instances.

You can using a different instance family (i.e. p3, g4dn, or g5) as a work around.

AWS
SUPPORT ENGINEER
answered 10 months ago
  • Incredibly helpful, thank you.

1

Hello,

Thank you for using AWS SageMaker. I sincerely apologies on behalf of AWS for the inconvenience caused due to above error encountered at your end while using Notebook instance.

P2 family instance type were supported by AL1 (notebook-al1-v1) Platform identifier, as the AL1 (notebook-al1-v1) is deprecated so using P2 instance type is not possible.

To overcome the issue you can use P3 instance type of G4 instance family depending on your use case.

If issue persist then I'd recommend to reach out to AWS Support for further investigating the issue. To open a support case with AWS using the link: https://console.aws.amazon.com/support/home?#/case/create

Reference:

[+] https://aws.amazon.com/sagemaker/pricing/#:~:text=JumpStart-,Notebook%20Instances,-Notebook%20instances%20are

AWS
SUPPORT ENGINEER
answered 10 months 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.

Guidelines for Answering Questions