AWS CLI IAM
ユーザの列挙
code:shell
$ aws iam list-users
特定 IAM Role の表示
code:shell
$ aws iam get-role --role-name example
PowerUserAccess が付与されているuser, group, role をリストアップ
code:bash
$ aws iam list-entities-for-policy --policy-arn arn:aws:iam::aws:policy/PowerUserAccess