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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠