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

This commit is contained in:
www.elconas.de 2016-08-23 23:54:42 +02:00 committed by Rickard von Essen
parent a2ad2d2d93
commit e6c590ace4
1 changed files with 2 additions and 1 deletions

View File

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