AWS Security ChangesHomeSearch

AWS IAM documentation change

Service: IAM · 2025-06-25 · Documentation low

File: IAM/latest/UserGuide/iam_example_iam_GetAccountSummary_section.md

Summary

Added PowerShell V5 example showing account summary including security-related quotas and MFA status

Security assessment

Provides documentation for security posture assessment features but no evidence of addressing a specific vulnerability

Diff

diff --git a/IAM/latest/UserGuide/iam_example_iam_GetAccountSummary_section.md b/IAM/latest/UserGuide/iam_example_iam_GetAccountSummary_section.md
index 9a84f0c7c..002ee89d0 100644
--- a//IAM/latest/UserGuide/iam_example_iam_GetAccountSummary_section.md
+++ b//IAM/latest/UserGuide/iam_example_iam_GetAccountSummary_section.md
@@ -122,0 +123,52 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: This example returns information about the current IAM entity usage and current IAM entity quotas in the AWS account.**
+    
+    
+    Get-IAMAccountSummary
+    
+
+**Output:**
+    
+    
+    Key                                        Value
+    Users                                      7
+    GroupPolicySizeQuota                       5120
+    PolicyVersionsInUseQuota                   10000
+    ServerCertificatesQuota                    20
+    AccountSigningCertificatesPresent          0
+    AccountAccessKeysPresent                   0
+    Groups                                     3
+    UsersQuota                                 5000
+    RolePolicySizeQuota                        10240
+    UserPolicySizeQuota                        2048
+    GroupsPerUserQuota                         10
+    AssumeRolePolicySizeQuota                  2048
+    AttachedPoliciesPerGroupQuota              2
+    Roles                                      9
+    VersionsPerPolicyQuota                     5
+    GroupsQuota                                100
+    PolicySizeQuota                            5120
+    Policies                                   5
+    RolesQuota                                 250
+    ServerCertificates                         0
+    AttachedPoliciesPerRoleQuota               2
+    MFADevicesInUse                            2
+    PoliciesQuota                              1000
+    AccountMFAEnabled                          1
+    Providers                                  2
+    InstanceProfilesQuota                      100
+    MFADevices                                 4
+    AccessKeysPerUserQuota                     2
+    AttachedPoliciesPerUserQuota               2
+    SigningCertificatesPerUserQuota            2
+    PolicyVersionsInUse                        4
+    InstanceProfiles                           1
+    ...
+
+  * For API details, see [GetAccountSummary](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+