How do i list iam users using the cli?



  • Note: Making the assumption you have setup your access credentials using "aws configure" first.

    The aws-cli has a command set for each service AWS provide. For IAM service to list users run the following:

    $ aws iam list-users
    

Log in to reply
 

© Lightnetics 2024