mirror of https://github.com/docker/docs.git
iam-permissions missing (#1359)
Stack fails without ec2:AuthorizeSecurityGroupEgress and ec2:AuthorizeSecurityGroupIngress
This commit is contained in:
parent
cb94a4cc43
commit
baae52cabf
|
@ -61,6 +61,8 @@ follow the link for more information.
|
|||
"ec2:AttachInternetGateway",
|
||||
"ec2:AttachNetworkInterface",
|
||||
"ec2:AttachVolume",
|
||||
"ec2:AuthorizeSecurityGroupEgress",
|
||||
"ec2:AuthorizeSecurityGroupIngress",
|
||||
"ec2:CreateInternetGateway",
|
||||
"ec2:CreateNatGateway",
|
||||
"ec2:CreateNetworkAcl",
|
||||
|
|
Loading…
Reference in New Issue