AWS eks documentation change
Summary
Added a markdown version link and corrected a documentation link text from 'Create an IAM role' to 'Create IAM roles' for the S3 Files CSI driver setup.
Security assessment
The change is a minor documentation correction to fix a link text. It does not address any security issues or add security-related content.
Diff
diff --git a/eks/latest/userguide/workloads-add-ons-available-eks.md b/eks/latest/userguide/workloads-add-ons-available-eks.md index a73795df8..abc0ed8be 100644 --- a//eks/latest/userguide/workloads-add-ons-available-eks.md +++ b//eks/latest/userguide/workloads-add-ons-available-eks.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](workloads-add-ons-available-eks.md) + @@ -163 +165 @@ The specific AWS managed policy you need depends on which file system type you w -You can create an IAM role and attach the managed policy to it with the following commands. Replace `my-cluster` with the name of your cluster and `AmazonEKS_EFS_CSI_DriverRole` with the name for your role. The following example attaches the `AmazonEFSCSIDriverPolicy` for Amazon EFS file systems. If you’re using an Amazon S3 file system, replace the policy ARN with ` arn:aws:iam::aws:policy/service-role/AmazonS3FilesCSIDriverPolicy`. If you’re using both file system types, add an additional `--attach-policy-arn` flag with the second policy ARN. These commands require that you have [eksctl](https://eksctl.io) installed on your device. If you need to use a different tool, see [Step 1: Create an IAM role](./efs-csi.html#efs-create-iam-resources) for Amazon EFS or [Step 1: Create an IAM role](./s3files-csi.html#s3files-create-iam-resources) for Amazon S3 Files. +You can create an IAM role and attach the managed policy to it with the following commands. Replace `my-cluster` with the name of your cluster and `AmazonEKS_EFS_CSI_DriverRole` with the name for your role. The following example attaches the `AmazonEFSCSIDriverPolicy` for Amazon EFS file systems. If you’re using an Amazon S3 file system, replace the policy ARN with ` arn:aws:iam::aws:policy/service-role/AmazonS3FilesCSIDriverPolicy`. If you’re using both file system types, add an additional `--attach-policy-arn` flag with the second policy ARN. These commands require that you have [eksctl](https://eksctl.io) installed on your device. If you need to use a different tool, see [Step 1: Create an IAM role](./efs-csi.html#efs-create-iam-resources) for Amazon EFS or [Step 1: Create IAM roles](./s3files-csi.html#s3files-create-iam-resources) for Amazon S3 Files. @@ -182 +184 @@ You can create an IAM role and attach the managed policy to it with the followin -The above example only configures `efs-csi-controller-sa`. If you are using Amazon S3 file systems, you also need to configure `efs-csi-node-sa`. See [Step 1: Create an IAM role](./s3files-csi.html#s3files-create-iam-resources) for the complete S3 Files IAM setup. +The above example only configures `efs-csi-controller-sa`. If you are using Amazon S3 file systems, you also need to configure `efs-csi-node-sa`. See [Step 1: Create IAM roles](./s3files-csi.html#s3files-create-iam-resources) for the complete S3 Files IAM setup.