Can't find old access key in IAM users list

0

I have an API which is working with S3. There is an access key which I can't find in the list of IAM users, that key created about 4 years ago. It means I can't delete/disable it. Where I can find all my actual access keys and disable some old keys? Thank you!

2개 답변
1

Using the access keys, run this CLI command:

aws sts get-caller-identity

That will show the account number and IAM user for those keys.

profile pictureAWS
전문가
kentrad
답변함 일 년 전
0

This key was created by root user long ago - that was the reason.

답변함 일 년 전
  • Best to not use root user access keys, especially when IAM user keys will work.

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

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

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

관련 콘텐츠