iamy

Import and export AWS IAM policies, users, and roles as code.

brewmacoslinux
Try with needOr install directly
Source

About

AWS IAM import and export tool

Commands

iamy

Examples

download all AWS IAM config to local files$ iamy pull
upload local IAM changes back to AWS$ iamy push
export specific IAM user permissions to file$ iamy pull --users username
see what IAM changes will be applied before pushing$ iamy diff
backup all AWS IAM policies as JSON$ iamy pull && cat out/users/*.json