Merge pull request #7293 from hashicorp/amazon_import_docs

add perms
This commit is contained in:
Megan Marsh 2019-02-11 14:24:28 -08:00 committed by GitHub
commit e0ed7b6742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

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