From e6c590ace43b66eaa7dedaeda72a0d6b6505996a Mon Sep 17 00:00:00 2001 From: "www.elconas.de" Date: Tue, 23 Aug 2016 23:54:42 +0200 Subject: [PATCH] Fix IAM Policy to avoid 'Error enabling Enhanced Networking on xxxxxxx: UnauthorizedOperation: You are not authorized to perform this operation' (#3696) --- website/source/docs/builders/amazon.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index b7bbeb84f..0196eb757 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -121,7 +121,8 @@ Packer to work: "ec2:DescribeTags", "ec2:DescribeImageAttribute", "ec2:CopyImage", - "ec2:DescribeRegions" + "ec2:DescribeRegions", + "ec2:ModifyInstanceAttribute" ], "Resource" : "*" }]