From a6b59d742d4e4a496153d68648ee80a827a9e685 Mon Sep 17 00:00:00 2001 From: Erik Olson Date: Wed, 1 Jun 2016 12:59:25 -0400 Subject: [PATCH] Amazon documentation, update policy document - minimal set of permissions to allow copying AMIs to other regions --- website/source/docs/builders/amazon.html.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/builders/amazon.html.md b/website/source/docs/builders/amazon.html.md index a23f65313..213c849d5 100644 --- a/website/source/docs/builders/amazon.html.md +++ b/website/source/docs/builders/amazon.html.md @@ -116,7 +116,11 @@ Packer to work: "ec2:RegisterImage", "ec2:CreateTags", "ec2:ModifyImageAttribute", - "ec2:GetPasswordData" + "ec2:GetPasswordData", + "ec2:DescribeTags", + "ec2:DescribeImageAttribute", + "ec2:CopyImage", + "ec2:DescribeRegions" ], "Resource" : "*" }]