Fix IAM Policy to avoid 'Error enabling Enhanced Networking on xxxxxxx: UnauthorizedOperation: You are not authorized to perform this operation' (#3696)

pull/3812/head
www.elconas.de 10 years ago committed by Rickard von Essen
parent a2ad2d2d93
commit e6c590ace4

@ -121,7 +121,8 @@ Packer to work:
"ec2:DescribeTags",
"ec2:DescribeImageAttribute",
"ec2:CopyImage",
"ec2:DescribeRegions"
"ec2:DescribeRegions",
"ec2:ModifyInstanceAttribute"
],
"Resource" : "*"
}]

Loading…
Cancel
Save