SdkClientException: Unable to find a region via the region provider chain 에러
2021. 8. 6. 13:55ㆍSpring
Configuration and credential file settings
1. C:\Users\[사용자명]/.aws 구성
2. ~/.aws/config
[default]
region=ap-northeast-2
output=json
3.~/.aws/credentials
[default]
aws_access_key_id=[]
aws_secret_access_key=[]
참고
https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/cli-configure-files.html
https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html
'Spring' 카테고리의 다른 글
Intellij 자동주석 템플릿 (0) | 2021.10.06 |
---|---|
[Intellij] Import 시 cannot resolve symbol 에러 (0) | 2021.08.24 |
restTemplate을 이용한 API 호출 (0) | 2021.07.22 |
stackoverflow 에러(annotations for web application [/api] due to a StackOverflowError) (1) | 2021.07.21 |
java.util.concurrent.completionexception: java.net.bindexception: address already in use: bind 에러 해결법 (0) | 2021.06.14 |