반응형
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 |
Tags
- yum install java
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- mac os git error
- java 여러개 버전
- parse
- log error
- AWS CLI
- 스프링부트테스트
- querydsl no sources given
- JUnit
- No tests found for given includes
- property or field 'jobparameters' cannot be found on object of type
- easy
- LeetCode
- aws
- Java 1.8
- springboottest
- java 버전 변경
- java version
- maybe not public or not valid?
- springboot
- no sources given
- java
- Medium
- error
- OpenFeign
- java 11
- el1008e
- springbatch error
- java 1.8 11
Archives
- Today
- Total
목록awscli (1)
쩨이엠 개발 블로그
[ AWS CLI] AWS 계정 변경하기
aws cli를 쓰기위해서는 aws 계정에 대한 configure를 써야한다 내 경우는 dev와 prod 두가지의 계정을 바꿔써야했다 $ aws configure list 결과값 Name Value Type Location ---- ----- ---- -------- profile None None access_key ****************4541 shared-credentials-file secret_key ****************H3R6 shared-credentials-file region ap-northeast-2 config-file ~/.aws/config 지금 현재는 profile 이름을 지정하지 않은 default의 경우이다 $ export AWS_DEFAULT_PROFILE=..
개발/AWS
2020. 6. 28. 19:51