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?

NE
已提问 1 年前337 查看次数
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
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则