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:
Dusty Mabe 2022-03-15 10:05:07 -04:00
parent 41bb96724b
commit 803e4c9ffc
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -12,6 +12,7 @@
"ec2:CancelConversionTask",
"ec2:CreateSnapshot",
"ec2:ImportSnapshot",
"ec2:CancelImportTask",
"ec2:DeleteSnapshot",
"ec2:CopyImage",
"ec2:DescribeImageAttribute",