Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

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

Description

@iamjoeker

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions