我有几个浮动的AWS密钥。当前在C:\users\chloe\.aws\credentials
中,我有一个aws_access_key_id
带有小写字母(较新的键似乎是大写的),并且它不是以AKIA...
开头。如何找到该密钥的用户和角色?我尝试运行
>aws iam get-user
An error occurred (InvalidClientTokenId) when calling the GetUser operation: The security token included in the request is invalid.
但是我总是会出错。我尝试将region
中的C:\users\chloe\.aws\config
更改为各个区域,但仍然收到相同的错误。 (不确定为什么在与密钥不同的文件中指定了区域。)我尝试运行aws configure
,它会提示我输入密钥,机密,区域和输出,并填写前3个(加注星标)。
不相关:Given an AWS Access / Secret Key Pair, how do I retrieve its IAM permissions?