Skip to content

Instantly share code, notes, and snippets.

@dbathily
Created July 28, 2013 12:34
Show Gist options
  • Save dbathily/6098427 to your computer and use it in GitHub Desktop.
Save dbathily/6098427 to your computer and use it in GitHub Desktop.
packer AMI policy
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"ec2:AuthorizeSecurityGroupEgress",
"ec2:AuthorizeSecurityGroupIngress",
"ec2:CreateImage",
"ec2:CreateKeyPair",
"ec2:CreateSecurityGroup",
"ec2:CreateTags",
"ec2:DeleteKeyPair",
"ec2:DeleteSecurityGroup",
"ec2:DescribeImages",
"ec2:DescribeInstances",
"ec2:RunInstances",
"ec2:StopInstances",
"ec2:TerminateInstances"
],
"Sid": "Stmt1374505425000",
"Resource": [
"*"
],
"Effect": "Allow"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment