1 Answer
- Newest
- Most votes
- Most comments
0
The IllegalArgumentException has nothing to do with ggc_user. It's erroring when trying to create an IoT SDK client, which means that you are probably not providing the AWS credentials to the installer.
answered 2 years ago
Relevant content
- asked 4 years ago

We ever input the "AWS_ACCESS_KEY_ID" & "AWS_SECRET_ACCESS_KEY" for sysytem. Is it not enough or we should input more key?
Check your
.aws/credentialsand/or.aws/configfiles, make sure that they're formatted properly. Error message looks related to https://github.com/aws/aws-toolkit-jetbrains/issues/1793