카테고리 없음
[AWS/ECR] denied: Your authorization token has expired. Reauthenticate and try again.
소리331
2023. 8. 9. 09:59
반응형
aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin $USER_ID.dkr.ecr.$AWS_REGION.amazonaws.com
ecr에 이미지를 push 하려고 하는데 아래와 같은 ㅇㅔ러가 발생!
denied: Your authorization token has expired. Reauthenticate and try again.
그럴땐 로그대로 인증을 다시 진행하면 된다.
반응형