Difference between revisions of "Aws iam get-account-summary"
Jump to navigation
Jump to search
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
[[aws iam]] get-account-summary | [[aws iam]] get-account-summary | ||
− | An error occurred ([[InvalidClientTokenId]]) when calling the GetAccountSummary operation: The security token included in the | + | An error occurred ([[InvalidClientTokenId]]) when calling the GetAccountSummary operation: The security token included in the request is invalid. |
− | request is | + | |
+ | [[aws iam]] get-account-summary | ||
+ | An error occurred ([[ExpiredToken]]) when calling the GetAccountSummary operation: The security token included in the request is [[expired]] | ||
+ | |||
+ | [[Unable to locate credentials. You can configure credentials by running "aws configure".]] | ||
== Official example == | == Official example == | ||
Line 79: | Line 83: | ||
== Related == | == Related == | ||
− | * <code>[[aws sts get-caller-identity | + | * <code>[[aws sts get-caller-identity --query Account --output text]]</code> |
− | + | * [[AWS IAM users]] | |
== See also == | == See also == | ||
− | * {{aws iam | + | * {{aws iam accounts}} |
− | |||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 15:10, 21 November 2023
aws iam get-account-summary An error occurred (InvalidClientTokenId) when calling the GetAccountSummary operation: The security token included in the request is invalid.
aws iam get-account-summary An error occurred (ExpiredToken) when calling the GetAccountSummary operation: The security token included in the request is expired
Unable to locate credentials. You can configure credentials by running "aws configure".
Contents
Official example[edit]
{ "SummaryMap": { "UsersQuota": 5000, "GroupsQuota": 100, "InstanceProfiles": 6, "SigningCertificatesPerUserQuota": 2, "AccountAccessKeysPresent": 0, "RolesQuota": 250, "RolePolicySizeQuota": 10240, "AccountSigningCertificatesPresent": 0, "Users": 27, "ServerCertificatesQuota": 20, "ServerCertificates": 0, "AssumeRolePolicySizeQuota": 2048, "Groups": 7, "MFADevicesInUse": 1, "Roles": 3, "AccountMFAEnabled": 1, "MFADevices": 3, "GroupsPerUserQuota": 10, "GroupPolicySizeQuota": 5120, "InstanceProfilesQuota": 100, "AccessKeysPerUserQuota": 2, "Providers": 0, "UserPolicySizeQuota": 2048 } }
Examples[edit]
{ "SummaryMap": { "GroupPolicySizeQuota": 5120, "InstanceProfilesQuota": 1000, "Policies": 0, "GroupsPerUserQuota": 10, "InstanceProfiles": 0, "AttachedPoliciesPerUserQuota": 10, "Users": 1, "PoliciesQuota": 1500, "Providers": 0, "AccountMFAEnabled": 0, "AccessKeysPerUserQuota": 2, "AssumeRolePolicySizeQuota": 2048, "PolicyVersionsInUseQuota": 10000, "GlobalEndpointTokenVersion": 1, "VersionsPerPolicyQuota": 5, "AttachedPoliciesPerGroupQuota": 10, "PolicySizeQuota": 6144, "Groups": 0, "AccountSigningCertificatesPresent": 0, "UsersQuota": 5000, "ServerCertificatesQuota": 20, "MFADevices": 0, "UserPolicySizeQuota": 2048, "PolicyVersionsInUse": 4, "ServerCertificates": 0, "Roles": 4, "RolesQuota": 1000, "SigningCertificatesPerUserQuota": 2, "MFADevicesInUse": 0, "RolePolicySizeQuota": 10240, "AttachedPoliciesPerRoleQuota": 10, "AccountAccessKeysPresent": 0, "GroupsQuota": 300 } }
Related[edit]
See also[edit]
Advertising: