반응형
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
- java 11
- AWS CLI
- log error
- 스프링부트테스트
- java 1.8 11
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- yum install java
- xcrun: error: invalid active developer path
- LeetCode
- ssl이란?
- java version
- statement.executequery() cannot issue statements that do not produce result sets.
- java
- error
- aws
- parse
- No tests found for given includes
- tls프로토콜확인
- java 버전 변경
- OpenFeign
- ssl프로토콜확인
- Java 1.8
- springboot
- easy
- java 여러개 버전
- mac os git error
- mysql executequery error
- JUnit
- springboottest
- Medium
Archives
- Today
- Total
목록aws configure change (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