Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS user export only supports a max of 100 users #2

Open
iamjoeker opened this issue Jun 21, 2019 · 0 comments
Open

AWS user export only supports a max of 100 users #2

iamjoeker opened this issue Jun 21, 2019 · 0 comments
Assignees

Comments

@iamjoeker
Copy link
Member

The AWS user export sets a max item count of 100 but does not use the paging API to continue exporting if more than 100 users are defined in IAM. The IsTruncated property on the result should be checked to see if there are more users. This could also be a problem if fewer than 100 users exist as the SDK docs indicate ListUsers may return fewer than MaxItems results even if more are available.

See https://docs.aws.amazon.com/sdk-for-go/api/service/iam/#ListUsersInput

@iamjoeker iamjoeker self-assigned this Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant