aws-iam-policies: fcos-upload-amis: group some policies with other similar ones
Move CreateSnapshot to be with ImportSnapshot. Move DescribeImageAttribute to be with ModifyImageAttribute.
This commit is contained in:
parent
2272ab1f6f
commit
c2ceab0958
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,10 @@
|
|||
"ec2:CreateTags",
|
||||
"ec2:RegisterImage",
|
||||
"ec2:CancelConversionTask",
|
||||
"ec2:CreateSnapshot",
|
||||
"ec2:ImportSnapshot",
|
||||
"ec2:CopyImage",
|
||||
"ec2:DescribeImageAttribute",
|
||||
"ec2:ModifyImageAttribute",
|
||||
"ec2:DescribeSnapshots",
|
||||
"ec2:DescribeSnapshotAttribute",
|
||||
|
@ -19,9 +21,7 @@
|
|||
"ec2:DeleteVolume",
|
||||
"ec2:ModifySnapshotAttribute",
|
||||
"ec2:DescribeAvailabilityZones",
|
||||
"ec2:DescribeImageAttribute",
|
||||
"ec2:DescribeVolumes",
|
||||
"ec2:CreateSnapshot",
|
||||
"ec2:DescribeRegions",
|
||||
"ec2:DescribeConversionTasks"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue