From 94b197e9a2131d4acff8a1d65a0a7b6fc354de51 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 21 Feb 2022 17:31:37 -0500 Subject: [PATCH] Add missing permission The "ec2:DescribeTags" permission is required because of the `aws ec2 describe-tags` call on line 169 in `bin/create-ebs-volume`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51de820..c5c94e7 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ In the above, we assume that the `MyInstanceProfileWithProperPermissions` EC2 In "ec2:AttachVolume", "ec2:DescribeVolumeStatus", "ec2:DescribeVolumes", + "ec2:DescribeTags", "ec2:ModifyInstanceAttribute", "ec2:DescribeVolumeAttribute", "ec2:CreateVolume",