
aws-iam
List of commands for aws-iam:
-
aws-iam:tldr:2ee42 aws-iam: List policies.$ aws iam list-policiestry on your machineexplain this command
-
aws-iam:tldr:52fa6 aws-iam: Describe an IAM policy.$ aws iam get-policy --policy-arn arn:aws:iam::aws:policy/${policy_name}try on your machineexplain this command
-
aws-iam:tldr:82dae aws-iam: Show `aws iam` help page (including all available iam commands).$ aws iam helptry on your machineexplain this command
-
aws-iam:tldr:8d24e aws-iam: Get users in a group.$ aws iam get-group --group-name ${group_name}try on your machineexplain this command
-
aws-iam:tldr:9161e aws-iam: List users.$ aws iam list-userstry on your machineexplain this command
-
aws-iam:tldr:c0eef aws-iam: List access keys.$ aws iam list-access-keystry on your machineexplain this command
-
aws-iam:tldr:ef939 aws-iam: List access keys for a specific user.$ aws iam list-access-keys --user-name ${user_name}try on your machineexplain this command
-
aws-iam:tldr:f11b2 aws-iam: List groups.$ aws iam list-groupstry on your machineexplain this command