Find secret key

0

Greetings, I opened AWS console using IAM > Users > User I opened the Security credentials tab where I can locate the Access keys.

I used the AWS CLI typing: aws configure get aws_access_key

There was no output in the console?? Can anyone please assist to locate the Secret Key?

Thanks Clive

Clives
已提问 3 个月前155 查看次数
1 回答
1

The aws configure get command retrieves information already configured by aws configure. Therefore, if you have not set up the CLI using aws configure on the machine where the command is executed, you cannot get the information.

https://docs.aws.amazon.com/cli/latest/reference/configure/get.html

The secret access key can be downloaded only when it is created. It is better to re-create it and download a new key.

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html#Using_RotateAccessKey

profile picture
专家
shibata
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容