Skip to content

Commit

Permalink
Merge pull request #2168 from ConnorJC3/add-fsr-to-policy
Browse files Browse the repository at this point in the history
Add EnableFSRs to example policy
  • Loading branch information
k8s-ci-robot authored Oct 4, 2024
2 parents be9d6be + 8c78803 commit eaabf29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/example-iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"ec2:DescribeSnapshots",
"ec2:DescribeTags",
"ec2:DescribeVolumes",
"ec2:DescribeVolumesModifications"
"ec2:DescribeVolumesModifications",
"ec2:EnableFastSnapshotRestores"
],
"Resource": "*"
},
Expand Down

0 comments on commit eaabf29

Please sign in to comment.