-
반응형
1. AWS CLI 설치 - sudo dnf install awscli 2. AWS CLI 설정 - aws configure --> 을 입력합니다. (Console IAM 탭에서 CLI용 계정 생성) AWS Access Key ID : *** Secret Access Key, : *** region : ex) ap-northeast-2 Default output format : json, table 등 3. S3 명령어 - 버킷 리스트 확인 --> aws s3 ls - 파일 업로드 --> aws s3 cp localfile.txt s3://hy-wms-dev - 파일 다운로드 --> aws s3 cp s3://hy-wms-dev/remote_file.txt local_file.txt
반응형'etc' 카테고리의 다른 글
클라이언트-서버간 SSH 패스워드 없이 접근하는 방법 (0) 2024.09.24 Linux - Root Permit 설정 (0) 2024.05.13 Tomcat - Encoding UTF-8 설정 (0) 2023.07.20 Linux - 원하는 프로세스 kill 스크립트 (0) 2023.07.20 Gitlab Runner Error - This job is stuck because the project doesn't have any runners online assigned to it.Go to project CI settings (0) 2023.04.06 댓글