From 515cd62c2841a20299cf5ed29b13635a6d1f02ee Mon Sep 17 00:00:00 2001 From: zodiac12k Date: Mon, 30 Dec 2019 15:15:41 +0900 Subject: [PATCH] Add ec2:ModifyVolume action Add ec2:ModifyVolume action to get authorization to resize volume --- docs/example-iam-policy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/example-iam-policy.json b/docs/example-iam-policy.json index 68f30c6895..68db67eaea 100644 --- a/docs/example-iam-policy.json +++ b/docs/example-iam-policy.json @@ -15,9 +15,10 @@ "ec2:DescribeSnapshots", "ec2:DescribeTags", "ec2:DescribeVolumes", - "ec2:DetachVolume" + "ec2:DetachVolume", + "ec2:ModifyVolume" ], "Resource": "*" } ] -} \ No newline at end of file +}