add note about upload-bundle iam perms

This commit is contained in:
Matthew Hooker 2018-01-25 14:52:40 -08:00
parent 48e12b6bee
commit 48105e74bd
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 0 deletions

View File

@ -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.