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
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ