Skip to content

Commit 9ea77ca

Browse files
authored
feat: EBS fast snapshot restores persmission for EKS IRSA (#469)
1 parent f65532f commit 9ea77ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/iam-role-for-service-accounts-eks/policies.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ data "aws_iam_policy_document" "ebs_csi" {
165165
"ec2:DescribeTags",
166166
"ec2:DescribeVolumes",
167167
"ec2:DescribeVolumesModifications",
168+
"ec2:EnableFastSnapshotRestores"
168169
]
169170

170171
resources = ["*"]

0 commit comments

Comments
 (0)