-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

aws iam


> CLI for AWS IAM.

More information.


Show `aws iam` help page (including all available iam commands):

aws iam help

List users:

aws iam list-users

List policies:

aws iam list-policies

List groups:

aws iam list-groups

Get users in a group:

aws iam get-group --group-name {group_name}

Describe an IAM policy:

aws iam get-policy --policy-arn arn:aws:iam::aws:policy/{policy_name}

List access keys:

aws iam list-access-keys

List access keys for a specific user:

aws iam list-access-keys --user-name {user_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 01:40:13 2024