본문 바로가기

전체 글86

denied: User: arn:aws:iam::646450232747:user/CLONET is not authorized to perform: ecr:UploadLayerPart on resource: arn:aws:ecr:ap-northeast-2:646450232747:repository/about_customer_front because no identity-based policy allows the ecr:UploadLayerPart ac.. $ docker push 646450232747.dkr.ecr.ap-northeast-2.amazonaws.com/about_customer_front:latest The push refers to repository [646450232747.dkr.ecr.ap-northeast-2.amazonaws.com/about_customer_front] 404fbf78e621: Pushing [==================================================>] 6.144kB d14476274e15: Retrying in 15 seconds ec70aff35f3e: Pushing [==================================================>] 1.279M.. 2022. 9. 5.
인증 토큰을 검색하고 레지스트리에 대해 Docker 클라이언트를 인증 $ aws ecr get-login-password --region ap-northeast-2 | docker login --username AWS --password-stdin 646450232747.dkr.ecr.ap-northeast-2.amazonaws.com or $ aws ecr get-login-password --region ap-northeast-2 $ docker login -u AWS -p [passwd] {aws_account_id}.dkr.ecr.{region}.amazonaws.com/vinxen 2022. 9. 5.
An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User: arn:aws:iam::646450232747:user/CLONET is not authorized to perform: ecr:GetAuthorizationToken on resource: * because no identity-based policy allows the ec.. $ aws ecr get-login-password --region ap-northeast-2 An error occurred (AccessDeniedException) when calling the GetAuthorizationToken operation: User: arn:aws:iam::646450232747:user/CLONET is not authorized to perform: ecr:GetAuthorizationToken on resource: * because no identity-based policy allows the ecr:GetAuthorizationToken action AmazonECSTaskExecutionRolePolicy를 추가한다. 2022. 9. 5.
[ibm] ibm cloud jupyter notebook https://github.com/apischdo/skillsacademy/blob/master/Predicting%20loan%20fraud.ipynb GitHub - apischdo/skillsacademy: This repository contains some of the artifacts for the Skills Academy labs This repository contains some of the artifacts for the Skills Academy labs - GitHub - apischdo/skillsacademy: This repository contains some of the artifacts for the Skills Academy labs github.com 2022. 7. 29.