I am using
aws iam get-user-policy --user-name Bob --policy-name ExamplePolicy
https://docs.aws.amazon.com/cli/latest/reference/iam/get-user-policy.html
To retrieve a policy. I am wondering if there's a way to retrieve multiple users and their inline policies at once.
I'm under the impression that AWS doesn't have a built in process for this and it will require writing a script.
I am not familiar with very new to bash scripting and more familiar with Python; I am wondering if a simple bash script would be a better solution for this an how to go on about this?