Skip to content

Commit

Permalink
fix arn
Browse files Browse the repository at this point in the history
Signed-off-by: ping.liu <ping.liu@zilliz.com>
  • Loading branch information
pingliu committed Jun 26, 2024
1 parent 792fff3 commit 62d5f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/adminGuide/clouds/aws/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ You can set up the required AWS resources, including an AWS S3 bucket and an EKS
namespace: milvus
labels: {aws-usage: "milvus"}
attachPolicyARNs:
- "MilvusS3ReadWrite_Policy_ARN"
- "MilvusS3ReadWrite_Policy_ARN" # arn:aws:iam::12345678901:policy/MilvusS3ReadWrite

managedNodeGroups:
- name: milvus-node-group
Expand Down

0 comments on commit 62d5f73

Please sign in to comment.