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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南