AWS eks documentation change
Summary
Updated documentation link for creating an IAM role in the S3 CSI driver setup
Security assessment
The change corrects a hyperlink reference to a documentation section but does not introduce or modify security-related content. It is a routine documentation navigation improvement.
Diff
diff --git a/eks/latest/userguide/workloads-add-ons-available-eks.md b/eks/latest/userguide/workloads-add-ons-available-eks.md index 7e3fc7c77..6321b3e6a 100644 --- a//eks/latest/userguide/workloads-add-ons-available-eks.md +++ b//eks/latest/userguide/workloads-add-ons-available-eks.md @@ -174 +174 @@ The IAM role that is created will require a policy that gives access to S3. Foll -You can create an IAM role and attach your policy to it with the following commands. Replace `my-cluster` with the name of your cluster, `region-code` with the correct AWS Region code, `AmazonEKS_S3_CSI_DriverRole` with the name for your role, and `AmazonEKS_S3_CSI_DriverRole_ARN` with the role ARN. These commands require that you have [eksctl](https://eksctl.io) installed on your device. For instructions on using the IAM console or AWS CLI, see [Create an IAM role](./s3-csi.html#s3-create-iam-role). +You can create an IAM role and attach your policy to it with the following commands. Replace `my-cluster` with the name of your cluster, `region-code` with the correct AWS Region code, `AmazonEKS_S3_CSI_DriverRole` with the name for your role, and `AmazonEKS_S3_CSI_DriverRole_ARN` with the role ARN. These commands require that you have [eksctl](https://eksctl.io) installed on your device. For instructions on using the IAM console or AWS CLI, see [Step 2: Create an IAM role](./s3-csi-create.html#s3-create-iam-role).