Skip to content

Instantly share code, notes, and snippets.

@imperialwicket
Created July 24, 2015 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imperialwicket/3779b9fb7d9fb4b9f781 to your computer and use it in GitHub Desktop.
Save imperialwicket/3779b9fb7d9fb4b9f781 to your computer and use it in GitHub Desktop.
Netflix Asgard IAM Policy
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"autoscaling:*",
"cloudwatch:*",
"dynamodb:*",
"ec2:*",
"elasticache:*",
"elasticloadbalancing:*",
"iam:PassRole",
"route53:*",
"rds:AuthorizeDBSecurityGroupIngress",
"rds:CreateDBInstance",
"rds:CreateDBSecurityGroup",
"rds:CreateDBSnapshot",
"rds:DeleteDBInstance",
"rds:DeleteDBSecurityGroup",
"rds:DeleteDBSnapshot",
"rds:DescribeDBInstances",
"rds:DescribeDBSecurityGroups",
"rds:DescribeDBSnapshots",
"rds:ModifyDBInstance",
"rds:RestoreDBInstanceFromDBSnapshot",
"rds:RevokeDBSecurityGroupIngress",
"s3:AbortMultipartUpload",
"s3:DeleteObject",
"s3:DeleteObjectVersion",
"s3:Get*",
"s3:List*",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:PutObjectVersionAcl",
"s3:PutLifecycleConfiguration",
"sdb:*",
"sns:*",
"sqs:*",
"swf:*"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment