AWS audit-manager documentation change
Summary
Simplified explanation of default permissions by removing redundant details about inability to use AWS Management Console/CLI/API without policies.
Security assessment
The change removes redundant clarifications about default access restrictions but does not address a specific security vulnerability or weakness. It maintains the core security principle of least privilege by emphasizing IAM policy requirements.
Diff
diff --git a/audit-manager/latest/userguide/security_iam_id-based-policy-examples.md b/audit-manager/latest/userguide/security_iam_id-based-policy-examples.md index 6ed7ed4b9..419915f16 100644 --- a//audit-manager/latest/userguide/security_iam_id-based-policy-examples.md +++ b//audit-manager/latest/userguide/security_iam_id-based-policy-examples.md @@ -9 +9 @@ Policy best practicesAllow minimum access to enable Audit ManagerAllow administr -By default, users and roles don't have permission to create or modify Audit Manager resources. They also can't perform tasks by using the AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS API. To grant users permission to perform actions on the resources that they need, an IAM administrator can create IAM policies. The administrator can then add the IAM policies to roles, and users can assume the roles. +By default, users and roles don't have permission to create or modify Audit Manager resources. To grant users permission to perform actions on the resources that they need, an IAM administrator can create IAM policies.