Download and access Sagemaker algorithm containers

0

I currently work with AWS Sagemaker and try to pull prebuild images from ECR. However, I ran into issues while pulling some images, and others worked. I successfully logged into the corresponding accounts ECR repo.

E.g., I can pull the following image without issues: 683313688378.dkr.ecr.us-east-1.amazonaws.com/sagemaker-scikit-learn:0.23-1-cpu-py3

And I run into the following issue with the next image: docker pull 382416733822.dkr.ecr.us-east-1.amazonaws.com/pca:1

Error response from daemon: pull access denied for 382416733822.dkr.ecr.us-east-1.amazonaws.com/pca, repository does not exist or may require 'docker login': denied: User: XXXXXXXXXX is not authorized to perform: ecr:BatchGetImage on resource: arn:aws:ecr:us-east-1:382416733822:repository/pca because no resource-based policy allows the ecr:BatchGetImage action

It seems like the resource based policy denies access.

Is it not intended to download e.g. the PCA container image?

1개 답변
0

Hello, 1P Built-algorithm containers such as PCA are not publicly available and that is why you cannot pull it. The same would apply to LInear Leaner or BlazingText containers. Hope that answers your question

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠