Skip to content

Commit 0895736

Browse files
committed
feat: add FSx permissions to role policy for file system management
1 parent 4839fc7 commit 0895736

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tpls/automq_byoc_role_policy.json.tpl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,24 @@
110110
"arn:aws:s3:::${automq_data_bucket}/*",
111111
"arn:aws:s3:::${automq_ops_bucket}/*"
112112
]
113+
},
114+
{
115+
"Effect": "Allow",
116+
"Action": [
117+
"fsx:CreateFileSystem",
118+
"fsx:DeleteFileSystem",
119+
"fsx:CreateStorageVirtualMachine",
120+
"fsx:TagResource",
121+
"fsx:DescribeStorageVirtualMachines",
122+
"fsx:UpdateVolume",
123+
"fsx:DescribeFileSystems",
124+
"fsx:DeleteStorageVirtualMachine",
125+
"fsx:UpdateFileSystem",
126+
"fsx:CreateVolume",
127+
"fsx:DescribeVolumes",
128+
"fsx:DeleteVolume"
129+
],
130+
"Resource": "*"
113131
}
114132
]
115133
}

0 commit comments

Comments
 (0)