From 7fc0bc2e10de99b69327bc0e2e068c6d90a96a9e Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Mon, 14 Dec 2020 19:14:24 +0100 Subject: [PATCH] allow ModifyVolume --- aws/policy/compute.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/policy/compute.yaml b/aws/policy/compute.yaml index bb6c7757..053b1a69 100644 --- a/aws/policy/compute.yaml +++ b/aws/policy/compute.yaml @@ -81,6 +81,7 @@ Statement: - ec2:ImportKeyPair - ec2:ModifyImageAttribute - ec2:ModifyInstanceAttribute + - ec2:ModifyVolume - ec2:RegisterImage - ec2:ReplaceIamInstanceProfileAssociation - ec2:StopInstances