We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839fc7 commit 0895736Copy full SHA for 0895736
tpls/automq_byoc_role_policy.json.tpl
@@ -110,6 +110,24 @@
110
"arn:aws:s3:::${automq_data_bucket}/*",
111
"arn:aws:s3:::${automq_ops_bucket}/*"
112
]
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": "*"
131
}
132
133
0 commit comments