AWS eks documentation change
Summary
Removed '--approve' flag from IAM role creation command example
Security assessment
Change modifies a command syntax but doesn't explicitly address security vulnerabilities. The removed flag relates to workflow approval rather than security controls.
Diff
diff --git a/eks/latest/userguide/efs-csi.md b/eks/latest/userguide/efs-csi.md index 13e9604c9..d6a5f9d6e 100644 --- a//eks/latest/userguide/efs-csi.md +++ b//eks/latest/userguide/efs-csi.md @@ -1 +1 @@ -[](/pdfs/eks/latest/userguide/eks-ug.pdf#efs-csi "Open PDF")[](https://github.com/awsdocs/amazon-eks-user-guide/tree/mainline/latest/ug/storage/efs-csi.adoc "Edit this page on GitHub") +[](/pdfs/eks/latest/userguide/eks-ug.pdf#efs-csi "Open PDF")[](https://github.com/awsdocs/amazon-eks-user-guide/tree/mainline/latest/ug/storage/efs-csi.xml "Edit this page on GitHub") @@ -86,2 +86 @@ Run the following commands to create an IAM role and Pod Identity association wi - --permission-policy-arns arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy \ - --approve + --permission-policy-arns arn:aws:iam::aws:policy/service-role/AmazonEFSCSIDriverPolicy