From 37f474ceca8198b646da500ecc88997cf261ee6d Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 7 Feb 2019 15:34:48 -0800 Subject: [PATCH] add perms --- .../docs/post-processors/amazon-import.html.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/source/docs/post-processors/amazon-import.html.md b/website/source/docs/post-processors/amazon-import.html.md index 700542a40..2fd9c9b65 100644 --- a/website/source/docs/post-processors/amazon-import.html.md +++ b/website/source/docs/post-processors/amazon-import.html.md @@ -185,6 +185,22 @@ using ovftool. ] ``` +## Amazon Permissions + +You'll need at least the following permissions in the policy for your IAM user +in order to successfully upload an image via the amazon-import post-processor. +``` json + "ec2:CancelImportTask", + "ec2:CopyImage", + "ec2:CreateTags", + "ec2:DescribeImages", + "ec2:DescribeImportImageTasks", + "ec2:ImportImage", + "ec2:ModifyImageAttribute" + "ec2:DeregisterImage" +``` + + ## Troubleshooting Timeouts The amazon-import feature can take a long time to upload and convert your OVAs