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:
Dusty Mabe 2021-08-25 16:54:02 -04:00 committed by kevin
parent 2272ab1f6f
commit c2ceab0958

View file

@ -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"
],