맥 OS 기준입니다.
먼저 AWS CLI 설치를 합니다.
brew install awscli
설치를 완료하면 AWS credential을 먼저 확인하고 추가한다.
aws s3 sync s3://pixelcast.ai/upload .
# profile이 default가 아니라면
aws s3 sync s3://pixelcast.ai/upload . --profile=[프로파일명]
끝
[Docker] none 이미지 정리하기 (Dangling Images Remove) (0) | 2023.04.07 |
---|---|
[Docker] 타임존(Timezone)을 설정해보자 (0) | 2023.03.28 |
[AWS] AWS Credential Profile설정으로 여러개 사용하기 (0) | 2023.03.27 |
[AWS] EC2 파일 시스템 용량 늘리기 (0) | 2023.03.09 |
[AWS ECR] Dockerfile에서 Public AWS ECR 사용하기 (0) | 2023.03.08 |
댓글 영역