awscli-plugin-endpoint
awscli-plugin-endpoint copied to clipboard
AWS configure --profile fails when plugin installed
on aws-cli/1.18.203 Python/3.8.1 Darwin/20.2.0 botocore/1.19.43
with [plugins] endpoint = awscli_plugin_endpoint
% aws configure --profile test set aws_access_key_id 12345 The config profile (test) could not be found
without: [no error]
+1
btw workaround is as follows
% echo "[profile test]" >> ~/.aws/config
Then the command will work
% aws configure --profile test set aws_access_key_id 12345