awscli-plugin-endpoint icon indicating copy to clipboard operation
awscli-plugin-endpoint copied to clipboard

AWS configure --profile fails when plugin installed

Open wthorp opened this issue 4 years ago • 1 comments

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]

wthorp avatar Dec 27 '20 13:12 wthorp

+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

davidkazuhiro avatar Feb 28 '21 12:02 davidkazuhiro