GetAccountSummary - Amazon Identity and Access Management
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

GetAccountSummary

Retrieves information about IAM entity usage and IAM quotas in the Amazon account.

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

Response Elements

The following element is returned by the service.

SummaryMap
SummaryMap.entry.N.key (key)
SummaryMap.entry.N.value (value)

A set of key–value pairs containing information about IAM entity usage and IAM quotas.

Type: String to integer map

Valid Keys: Users | UsersQuota | Groups | GroupsQuota | ServerCertificates | ServerCertificatesQuota | UserPolicySizeQuota | GroupPolicySizeQuota | GroupsPerUserQuota | SigningCertificatesPerUserQuota | AccessKeysPerUserQuota | MFADevices | MFADevicesInUse | AccountMFAEnabled | AccountAccessKeysPresent | AccountSigningCertificatesPresent | AttachedPoliciesPerGroupQuota | AttachedPoliciesPerRoleQuota | AttachedPoliciesPerUserQuota | Policies | PoliciesQuota | PolicySizeQuota | PolicyVersionsInUse | PolicyVersionsInUseQuota | VersionsPerPolicyQuota | GlobalEndpointTokenVersion

Errors

For information about the errors that are common to all actions, see Common Errors.

ServiceFailure

The request processing has failed because of an unknown error, exception or failure.

HTTP Status Code: 500

Examples

Example

This example illustrates one usage of GetAccountSummary.

Sample Request

https://iam.amazonaws.com/?Action=GetAccountSummary &Version=2010-05-08 &AUTHPARAMS

Sample Response

<GetAccountSummaryResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> <GetAccountSummaryResult> <SummaryMap> <entry> <key>Users</key> <value>32</value> </entry> <entry> <key>GroupPolicySizeQuota</key> <value>10240</value> </entry> <entry> <key>PolicyVersionsInUseQuota</key> <value>10000</value> </entry> <entry> <key>ServerCertificatesQuota</key> <value>20</value> </entry> <entry> <key>AccountSigningCertificatesPresent</key> <value>0</value> </entry> <entry> <key>AccountAccessKeysPresent</key> <value>0</value> </entry> <entry> <key>Groups</key> <value>7</value> </entry> <entry> <key>UsersQuota</key> <value>150</value> </entry> <entry> <key>RolePolicySizeQuota</key> <value>2048</value> </entry> <entry> <key>UserPolicySizeQuota</key> <value>10240</value> </entry> <entry> <key>GroupsPerUserQuota</key> <value>10</value> </entry> <entry> <key>AssumeRolePolicySizeQuota</key> <value>2048</value> </entry> <entry> <key>AttachedPoliciesPerGroupQuota</key> <value>2</value> </entry> <entry> <key>Roles</key> <value>18</value> </entry> <entry> <key>VersionsPerPolicyQuota</key> <value>5</value> </entry> <entry> <key>GroupsQuota</key> <value>50</value> </entry> <entry> <key>PolicySizeQuota</key> <value>5120</value> </entry> <entry> <key>Policies</key> <value>22</value> </entry> <entry> <key>RolesQuota</key> <value>250</value> </entry> <entry> <key>ServerCertificates</key> <value>1</value> </entry> <entry> <key>AttachedPoliciesPerRoleQuota</key> <value>2</value> </entry> <entry> <key>MFADevicesInUse</key> <value>4</value> </entry> <entry> <key>PoliciesQuota</key> <value>1000</value> </entry> <entry> <key>AccountMFAEnabled</key> <value>1</value> </entry> <entry> <key>Providers</key> <value>3</value> </entry> <entry> <key>InstanceProfilesQuota</key> <value>100</value> </entry> <entry> <key>MFADevices</key> <value>4</value> </entry> <entry> <key>AccessKeysPerUserQuota</key> <value>2</value> </entry> <entry> <key>AttachedPoliciesPerUserQuota</key> <value>2</value> </entry> <entry> <key>SigningCertificatesPerUserQuota</key> <value>2</value> </entry> <entry> <key>PolicyVersionsInUse</key> <value>27</value> </entry> <entry> <key>InstanceProfiles</key> <value>12</value> </entry> <entry> <key>GlobalEndpointTokenVersion</key> <value>2</value> </entry> </SummaryMap> </GetAccountSummaryResult> <ResponseMetadata> <RequestId>85cb9b90-ac28-11e4-a88d-97964EXAMPLE</RequestId> </ResponseMetadata> </GetAccountSummaryResponse>

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: