Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Add missing permission
Browse files Browse the repository at this point in the history
The "ec2:DescribeTags" permission is required because of the `aws ec2 describe-tags` call on line 169 in `bin/create-ebs-volume`.
  • Loading branch information
cure authored Feb 21, 2022
1 parent 0a8af79 commit 94b197e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94b197e

Please sign in to comment.