Amazon documentation, update policy document - minimal set of permissions to allow copying AMIs to other regions
This commit is contained in:
parent
9009c63b49
commit
a6b59d742d
|
@ -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" : "*"
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue