Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- python subprocess
- grafana dashboard
- selinux port 등록
- gcc regex
- CentOS7
- 1697
- 정규식 활용
- gcc 업데이트
- subporcess path
- python popen
- linux시간으로 변경
- centos pyhon 설치
- c3 step graph
- snmp
- 백준
- c3 축 없애기
- influxdb 설치
- g++ 업데이트
- InfluxDB
- c3 초
- telegraf
- snmp test
- c++ 정규식
- 정규식 컴파일
- c3 second
- c3 축 가리기
- regex_search
- semanage
- python os
- 정규식 문자열 출력
Archives
- Today
- Total
리셋 되지 말자
ECR 사용 본문
ECR 로그인
Bastion 인스턴스에서 aws cli가 설치된 상태에서 아래 명령어를 수행한다. account ID와 region은 개개인에게 맞게 입력(Bastion 인스턴스는 amazon linux이므로 aws cli가 이미 설치되어 있는 상태)
aws ecr get-login-password --region <region ex) ap-northeast-2> | docker login --username AWS --password-stdin <계정 ID>.dkr.ecr.<region ex) ap-northeast-2>.amazonaws.com
성공하면 아래와 같이 표시된다. 실제로 .docker/config.json 파일을 가지고 있으면 ecr에 대한 작업을 수행할 수 있다.
WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
'AWS' 카테고리의 다른 글
(스크랩) EC2 Starage 종류 (0) | 2021.12.06 |
---|---|
Private Subnet to Endpoint - ecr repository (0) | 2021.11.30 |
Private Subnet to Endpoint - ecr api (0) | 2021.11.28 |
Private Subnet to Endpoint - s3 (0) | 2021.11.28 |
Certificate Manager (0) | 2021.09.07 |
Comments