AWS prescriptive-guidance documentation change
Summary
Fixed formatting of IAM policy example by replacing smart quotes with regular quotes in permissions boundary documentation
Security assessment
Change only corrects quotation mark formatting in a code example without altering security content or addressing vulnerabilities
Diff
diff --git a/prescriptive-guidance/latest/security-reference-architecture/iam-resources.md b/prescriptive-guidance/latest/security-reference-architecture/iam-resources.md index 3153e627d..72f9b605f 100644 --- a//prescriptive-guidance/latest/security-reference-architecture/iam-resources.md +++ b//prescriptive-guidance/latest/security-reference-architecture/iam-resources.md @@ -44 +44 @@ Notes from the table: - 7. Permissions boundaries are used by delegated administrators. This IAM policy defines the maximum permissions and overrides other policies (including `“*:*”` policies that allow all actions on resources). Permissions boundaries should be required in baseline human policies as a condition to create roles (such as workload performance roles) and to attach policies. Additional configurations such as SCPs enforce the attachment of the permissions boundary. + 7. Permissions boundaries are used by delegated administrators. This IAM policy defines the maximum permissions and overrides other policies (including `"*:*"` policies that allow all actions on resources). Permissions boundaries should be required in baseline human policies as a condition to create roles (such as workload performance roles) and to attach policies. Additional configurations such as SCPs enforce the attachment of the permissions boundary.