File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 2222 ],
2323 "Resource" : " arn:aws:ec2:*:*:volume/*"
2424 },
25+ {
26+ "Effect" : " Allow" ,
27+ "Action" : [
28+ " ec2:CopyVolumes"
29+ ],
30+ "Resource" : [
31+ " arn:aws:ec2:*:*:volume/vol-*"
32+ ]
33+ },
2534 {
2635 "Effect" : " Allow" ,
2736 "Action" : [
5463 "StringEquals" : {
5564 "ec2:CreateAction" : [
5665 " CreateVolume" ,
57- " CreateSnapshot"
66+ " CreateSnapshot" ,
67+ " CopyVolumes"
5868 ]
5969 }
6070 }
7282 {
7383 "Effect" : " Allow" ,
7484 "Action" : [
75- " ec2:CreateVolume"
85+ " ec2:CreateVolume" ,
86+ " ec2:CopyVolumes"
7687 ],
7788 "Resource" : " arn:aws:ec2:*:*:volume/*" ,
7889 "Condition" : {
8495 {
8596 "Effect" : " Allow" ,
8697 "Action" : [
87- " ec2:CreateVolume"
98+ " ec2:CreateVolume" ,
99+ " ec2:CopyVolumes"
88100 ],
89101 "Resource" : " arn:aws:ec2:*:*:volume/*" ,
90102 "Condition" : {
You can’t perform that action at this time.
0 commit comments