Training XGboost error on SageMaker

0

An error occurred (ValidationException) when calling the CreateTrainingJob operation: Access denied for repository: xgboost in registry ID: 602401143452. Please check if your ECR repository and image exist and role arn:aws:iam::866574816374:role/service-role/AmazonSageMaker-ExecutionRole-20230321T165519 has proper pull permissions for SageMaker: ecr:BatchCheckLayerAvailability, ecr:BatchGetImage, ecr:GetDownloadUrlForLayer

CODE:https://samick-blog.s3.cn-north-1.amazonaws.com.cn/xgboost_model_training_and_deployment.ipynb containers = { 'ap-southeast-1': '602401143452.dkr.ecr.ap-southeast-1.amazonaws.com/xgboost:latest' }

  • Hi, did your error got solved ?

dzy_shu
asked a year ago210 views
1 Answer
1

check if SageMaker have the access to the S3 buckets where the input and output of the validation profiles was stored.

AWS
answered a year 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