From 48105e74bd4c570194eea0736196935684122729 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 25 Jan 2018 14:52:40 -0800 Subject: [PATCH] add note about upload-bundle iam perms --- website/source/docs/builders/amazon-instance.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/amazon-instance.html.md b/website/source/docs/builders/amazon-instance.html.md index e9d633269..9e8ca833a 100644 --- a/website/source/docs/builders/amazon-instance.html.md +++ b/website/source/docs/builders/amazon-instance.html.md @@ -484,3 +484,6 @@ parameters they're used to satisfy the `ec2-upload-bundle` command. Additionally, `{{.Token}}` is available when overriding this command. You must create your own bundle command with the addition of `-t {{.Token}} ` if you are assuming a role. + +~> **Note:** If using IAM roles to run `ec2-upload-bundle`, make sure the +role has the `s3:GetBucketLocation` and `s3:PutObjectAcl` permissions.