• Skip to primary navigation
  • Skip to content
  • Skip to footer
Ben Francom's Blog
  • Posts
  • Tags
  • About

    Get list of IAM users in an account

    less than 1 minute read

    Quick one liner to get AWS users in an account:

    aws iam list-users --query 'Users[*].UserName'

    Tags: architect, aws, cli, cloud, iam

    Updated: February 13, 2023

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    ChatGPT’s take on CI/CD in GitHub vs GitLab

    4 minute read

    Is ChatGPT biased against GitHub when compared to GitHub actions? You decide! Here is the conversation I had with our new robot overlords.

    Becoming Eggscelent

    1 minute read

    I just met with Colby Meline for an informational interview. We had a wonderful conversation, and if your looking to fill a junior developer role, I would st...

    Integrating Artifactory and Tests with CDK Pipelines

    less than 1 minute read

    Building further upon my “Deploy a container to AWS in 5 lines of code” post, I wanted to add artifactory and a post-deployment test.

    Naming Confusion

    less than 1 minute read

    If you’ve been in tech for more than a few minutes, you’ll note that naming things is always a challenge. Some that I’ve come across are:

    • GitHub
    • Feed
    © 2023 Ben Francom's Blog. Powered by Jekyll & Minimal Mistakes.