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 |
Tags
- 잔디이전
- vscode
- putty Inactive
- 환급챌린지
- redis cli
- elastic cache
- ERR unknown command 'JSON.SET'
- Window redis-cli
- 패캠챌린지
- AWS S3 계정이동
- 캐시백
- aws
- Redis
- Ngrinder Docker
- 패스트캠퍼스후기
- Avast 구독취소
- 패스트캠퍼스
- AWS S3 버킷 삭제
- 캐시백챌린지
- aws s3
- 한 번에 끝내는 AWS 인프라 구축과 DevOps 운영 초격차 패키지 Online
- AWS S3 migration
- RedisJSON
- nodemailer
- Avast Security
- ERR unknown command 'JSON.GET'
- redis-cli
- 직장인자기계발
- gitlab 잔디옮기기
- 직장인인강
Archives
- Today
- Total
Developing
aws cli "You must specify a region. You can also configure your region by running "aws configure" 현상 본문
Tips(Reference)/aws
aws cli "You must specify a region. You can also configure your region by running "aws configure" 현상
DEV_BLOG 2022. 5. 25. 21:37
aws ecs create-cluster --cluster-name fargate-cluster
위의 명령어로 aws cli를 활용하여 ecs cluster를 생성하려던 중,
You must specify a region. You can also configure your region by running "aws configure".
문구가 출력되는 현상이 발생하였습니다.
해당 문구는 aws configure 시에 default region name을 입력하지 않아서 생긴 현상입니다.
aws configure 명령어를 다시 해주면 해당 현상이 해결됩니다.
aws configure
AWS Access Key Id :
AWS Secret Access Key :
Default region name : [여기에 region을 적어주면 됩니다.]
'Tips(Reference) > aws' 카테고리의 다른 글
AWS CLI S3 작업 업무 효율높이기(PS 스크립트화,pandas 활용) (1) | 2023.11.05 |
---|---|
AWS 다른 계정으로 S3 Data Migration 하는 방법 (0) | 2023.08.09 |
AWS 키페어 pem->ppk , ppk->pem 파일 변경하기 (0) | 2022.06.01 |