Skip to content

Commit

Permalink
Add required IAM actions for Data Repository Associations in install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
everpeace committed Dec 28, 2023
1 parent 04efd39 commit 96129a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ eksctl create iamserviceaccount \
"fsx:CreateFileSystem",
"fsx:DeleteFileSystem",
"fsx:DescribeFileSystems",
"fsx:TagResource"
"fsx:TagResource",
"fsx:CreateDataRepositoryAssociation",
"fsx:DescribeDataRepositoryAssociations",
"fsx:DeleteDataRepositoryAssociation",
"fsx:UpdateDataRepositoryAssociation"
],
"Resource": ["*"]
}
Expand Down

0 comments on commit 96129a4

Please sign in to comment.