Forrest logo
back to context overview

aws-iam

List of commands for aws-iam:

  • aws-iam:tldr:2ee42 aws-iam: List policies.
    $ aws iam list-policies
    try on your machine
    explain 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 machine
    explain this command
  • aws-iam:tldr:82dae aws-iam: Show `aws iam` help page (including all available iam commands).
    $ aws iam help
    try on your machine
    explain this command
  • aws-iam:tldr:8d24e aws-iam: Get users in a group.
    $ aws iam get-group --group-name ${group_name}
    try on your machine
    explain this command
  • aws-iam:tldr:9161e aws-iam: List users.
    $ aws iam list-users
    try on your machine
    explain this command
  • aws-iam:tldr:c0eef aws-iam: List access keys.
    $ aws iam list-access-keys
    try on your machine
    explain 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 machine
    explain this command
  • aws-iam:tldr:f11b2 aws-iam: List groups.
    $ aws iam list-groups
    try on your machine
    explain this command
back to context overview