Skip to content

Commit 28088cb

Browse files
committed
Fix action in clone volumes documentation
1 parent 975ce26 commit 28088cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following statements give the EBS CSI Driver access to clone volumes:
132132
{
133133
"Effect": "Allow",
134134
"Action": [
135-
"ec2:CopyVolumes"
135+
"ec2:CreateTags"
136136
],
137137
"Resource": "arn:aws:ec2:*:*:volume/*",
138138
"Condition": {

0 commit comments

Comments
 (0)