AWS eks medium security documentation change
Summary
Updated example output to show the new AmazonEBSCSIDriverPolicyV2 policy ARN instead of the older AmazonEBSCSIDriverPolicy.
Security assessment
This change updates example output to reference the more restrictive AmazonEBSCSIDriverPolicyV2 policy, consistent with other documentation updates. This promotes improved security practices by encouraging use of tag-based access control for EBS resources. The change is part of a broader security enhancement initiative for EBS CSI driver permissions.
Diff
diff --git a/eks/latest/userguide/retreive-iam-info.md b/eks/latest/userguide/retreive-iam-info.md index f995f780a..1bd9bdf62 100644 --- a//eks/latest/userguide/retreive-iam-info.md +++ b//eks/latest/userguide/retreive-iam-info.md @@ -88 +88 @@ Review the following output. Note the `recommendedManagedPolicies`. - "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicy" + "arn:aws:iam::aws:policy/service-role/AmazonEBSCSIDriverPolicyV2"