<에러해결>
botocore.exceptions.ProfileNotFound: The config profile (프로필이름) could not be found
peanut0613
2022. 5. 12. 14:17
에러 : botocore.exceptions.ProfileNotFound: The config profile (프로필이름) could not be found
해결법 : https://intellipaat.com/community/2778/aws-the-config-profile-myname-could-not-be-found
aws configure --profile "프로필이름"
이렇게 지정해주기
에러 : botocore.exceptions.ClientError: An error occurred (UnrecognizedClientException) when calling the ListAccounts operation: The security token included in the request is invalid.
-> 위에서 입력한 aws_access_key_id / aws_secret_access_key 이 잘못 입력됬다는 뜻. 제대로 된 값으로 다시 설정해준다