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
- elastic cache
- AWS S3 계정이동
- Ngrinder Docker
- redis-cli
- aws s3
- AWS S3 migration
- 환급챌린지
- Avast 구독취소
- ERR unknown command 'JSON.SET'
- RedisJSON
- 캐시백챌린지
- Avast Security
- Redis
- 직장인인강
- 패캠챌린지
- 직장인자기계발
- 잔디이전
- ERR unknown command 'JSON.GET'
- 한 번에 끝내는 AWS 인프라 구축과 DevOps 운영 초격차 패키지 Online
- vscode
- AWS S3 버킷 삭제
- 패스트캠퍼스후기
- 패스트캠퍼스
- putty Inactive
- redis cli
- nodemailer
- gitlab 잔디옮기기
- 캐시백
- Window redis-cli
- aws
Archives
- Today
- Total
목록awscli (1)
Developing
aws cli "You must specify a region. You can also configure your region by running "aws configure" 현상
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 : [여기에..
Tips(Reference)/aws
2022. 5. 25. 21:37