aws-iam-policies: fcos-upload-amis: add ability to cancel snapshot import
We had an import snapshot task get stuck and we don't have permission to cancel it. This will enable us to run something like: ``` aws ec2 cancel-import-task --import-task-id import-snap-071b6e456e60146b7 ```
This commit is contained in:
parent
41bb96724b
commit
803e4c9ffc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
"ec2:CancelConversionTask",
|
||||
"ec2:CreateSnapshot",
|
||||
"ec2:ImportSnapshot",
|
||||
"ec2:CancelImportTask",
|
||||
"ec2:DeleteSnapshot",
|
||||
"ec2:CopyImage",
|
||||
"ec2:DescribeImageAttribute",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue