access key last used

0

need to get details of all or multiple access key last used details or age. I got below command but it just shows only single access key details-

aws iam get-access-key-last-used --access-key-id ABCDEXAMPLE

1 回答
1

You can list the access keys and iterate from there; or you can generate and download a credential report that lists all users in your account and the status of their various credentials, including access keys.

For more info, check this document: Getting credential reports for your AWS account

profile picture
joahna
已回答 1 年前

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

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

回答问题的准则