Closed issue by teotwaki on void-packages repository https://github.com/void-linux/void-packages/issues/14253 Description: ### System * xuname: *Void 4.19.68_1 x86_64 GenuineIntel uptodate rF* * package: *aws-cli-1.16.231_1* ### Expected behavior `aws configure` should prompt the user to setup the CLI tool. Example: ``` $ aws configure AWS Access Key ID [None]: accesskey AWS Secret Access Key [None]: secretkey Default region name [None]: us-west-2 Default output format [None]: ``` ### Actual behavior ``` $ aws configure Credential named assume-role-with-web-identity not found. ``` ### Steps to reproduce the behavior - Update to the latest available `aws-cli` package - Run `aws configure` ### Cause This appears to be due to an outdated version of botocore (https://github.com/aws/aws-cli/issues/4371). AWS Support recommends to upgrade botocore to version >=1.12.201. Currently `python3-botocore-1.12.148_1` is pulled instead. /cc @leahneukirchen