Amazon documentation, update policy document - minimal set of permissions to allow copying AMIs to other regions

This commit is contained in:
Erik Olson 2016-06-01 12:59:25 -04:00
parent 9009c63b49
commit a6b59d742d
1 changed files with 5 additions and 1 deletions

View File

@ -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" : "*"
}]