Difference between revisions of "Aws iam get-account-summary"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
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 invalid. | ||
+ | |||
+ | == Official example == | ||
+ | <pre> | ||
+ | { | ||
+ | "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 | ||
+ | } | ||
+ | } | ||
+ | </pre> | ||
Revision as of 15:36, 10 April 2022
aws iam get-account-summary An error occurred (InvalidClientTokenId) when calling the GetAccountSummary operation: The security token included in the request is invalid.
Official example
{ "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 } }
Related
aws sts get-caller-identity --query Account --output text
See also
aws iam
[create-user
,create-group, get-user
,list-users
|list-policies
|list-attached-user-policies
|attach-user-policy
|list-attached-user-policies
|list-roles
|get-account-summary
|put-group-policy | put-role-policy | put-user-policy
|create-login-profile
|aws iam delete-virtual-mfa-device
|aws iam list-virtual-mfa-devices
|aws iam create-saml-provider
|aws iam list-account-aliases
|aws iam create-role | aws iam change-password| enable-mfa-device | list-instance-profiles
- IAM: AWS IAM Identity Center, AWS Identity and Access Management, Google Cloud IAM, Azure IAM, SailPoint, CyberArk, CIAM, ForgeRock,
iam:ChangePassword
,aws iam
,AdministratorAccess
, Context keys, IAM Access Analyzer, AWS policy, AWS managed policies,IAMUserChangePassword
, AWS Roles, List of AWS policies, Resource-based policy,aws-iam-authenticator
, IRSA, RDS Authentication,AccessDenied
, AWS Authentication, AWS IAM external access analyzer
Advertising: