From 9855430f1598c63aeb4b58272a7f414bbc9af18e Mon Sep 17 00:00:00 2001 From: Mikael Bung Date: Thu, 17 Oct 2013 09:12:33 +0200 Subject: [PATCH] Propose additional IAM Role Actions Depending on what settings you use for the amazon-chroot builder additional actions needs to be allowed in the IAM role for the aws instance. This patch does not include an exhaustive list of all alternatives, but only the changes I needed to do to get stuff working for me. --- website/source/docs/builders/amazon-chroot.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/amazon-chroot.html.markdown b/website/source/docs/builders/amazon-chroot.html.markdown index 2ea9e875d..b3096a171 100644 --- a/website/source/docs/builders/amazon-chroot.html.markdown +++ b/website/source/docs/builders/amazon-chroot.html.markdown @@ -217,3 +217,6 @@ The following policy document provides the minimal set permissions necessary for }] } + +Depending on what setting you use the following Actions might have to be allowed as well: +* `ec2:ModifyImageAttribute` when using `ami_description`