1. aws cli 설치를 위한 환경설정
# yum install -y python-setuptools python-pip -y
# pip install awscli
ssh로 진행했으면 awscli 설치후 ssh 재접속 실행.
2. aws iam 자격증명을 pc에 등록.
# aws configure
# aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
3. 테스트
# docker longin
# docker pull public.ecr.aws/ubuntu/ubuntu
728x90
'CLOUD > AWS' 카테고리의 다른 글
AWS | Secrets manager (0) | 2022.12.14 |
---|---|
aws | efs 생성해보기 | console (0) | 2022.12.07 |
AWS_DMS 데이터베이스 복제 (0) | 2022.10.31 |
AWS_AMS(MGN) migration (0) | 2022.10.30 |
ec2-ebs 스냅샷 (0) | 2022.10.24 |