For information about IAM quotas, see IAM and STS quotas in the IAM User Guide.

To learn more, visit the AWS documentation.

Basic Parameters

ParameterDescription
AWS Region(s)Enter the desired AWS Region(s).To execute the action in multiple regions, provide a comma-separated list.For example: us-east-1,eu-west-2.If you wish to run the action in all available regions, use the asterisk symbol (*) instead.

Advanced Parameters

ParameterDescription
Disable XML To JSON Auto ConvertWhen checked, XML responses are not automatically converted into JSON format.

Example Output

{    "SummaryMap": {        "AccessKeysPerUserQuota": 2,        "AccountAccessKeysPresent": 1,        "AccountMFAEnabled": 0,        "AccountSigningCertificatesPresent": 0,        "AttachedPoliciesPerGroupQuota": 10,        "AttachedPoliciesPerRoleQuota": 10,        "AttachedPoliciesPerUserQuota": 10,        "GlobalEndpointTokenVersion": 2,        "GroupPolicySizeQuota": 5120,        "Groups": 15,        "GroupsPerUserQuota": 10,        "GroupsQuota": 100,        "MFADevices": 6,        "MFADevicesInUse": 3,        "Policies": 8,        "PoliciesQuota": 1000,        "PolicySizeQuota": 5120,        "PolicyVersionsInUse": 22,        "PolicyVersionsInUseQuota": 10000,        "ServerCertificates": 1,        "ServerCertificatesQuota": 20,        "SigningCertificatesPerUserQuota": 2,        "UserPolicySizeQuota": 2048,        "Users": 27,        "UsersQuota": 5000,        "VersionsPerPolicyQuota": 5    }}

Workflow Library Example

Iam Get Account Summary with Aws and Send Results Via Email

Preview this Workflow on desktop