Whenever I try to describe my keys to confirm that I could access my AWS accounts from the AWS cli - I see this error:
usage: aws [options] [ ...] [parameters] To see help text, you can run:
aws help
aws <command> help
aws <command> <subcommand> help
Sometimes I see this error:
Unable to locate credentials. You can configure credentials by running "aws configure".
Can someone figure out this issue?
aws sts get-caller-identity
to check if AWS CLI is configured and with which account/credentials. – lexicore