Created
July 24, 2015 15:09
-
-
Save imperialwicket/3779b9fb7d9fb4b9f781 to your computer and use it in GitHub Desktop.
Netflix Asgard IAM Policy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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