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
- redis cli
- elastic cache
- ERR unknown command 'JSON.SET'
- 한 번에 끝내는 AWS 인프라 구축과 DevOps 운영 초격차 패키지 Online
- redis-cli
- RedisJSON
- 캐시백
- ERR unknown command 'JSON.GET'
- aws
- AWS S3 계정이동
- aws s3
- 패스트캠퍼스후기
- putty Inactive
- 잔디이전
- Avast Security
- AWS S3 버킷 삭제
- gitlab 잔디옮기기
- vscode
- 캐시백챌린지
- Avast 구독취소
- 패캠챌린지
- Redis
- Ngrinder Docker
- nodemailer
- AWS S3 migration
- 패스트캠퍼스
- 환급챌린지
- 직장인인강
- 직장인자기계발
- Window redis-cli
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 |