Skip to content

Commit 3d32b8b

Browse files
committed
POC-1257: Add ec2:DescribeAvailabilityZones permission to IAM policy
1 parent 839a3e0 commit 3d32b8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/policy.json.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"ec2:DescribeVolumes",
3535
"ec2:CreateVolume",
3636
"ec2:DeleteVolume",
37-
"ec2:GetPasswordData"
37+
"ec2:GetPasswordData",
38+
"ec2:DescribeAvailabilityZones"
3839
],
3940
"Resource": "*"
4041
},

0 commit comments

Comments
 (0)