Skip to content

Instantly share code, notes, and snippets.

@pofallon
Created July 27, 2013 18:48
Show Gist options
  • Save pofallon/6095860 to your computer and use it in GitHub Desktop.
Save pofallon/6095860 to your computer and use it in GitHub Desktop.
AWS IAM Policy definition for the New Relic AWS plugin
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"autoscaling:Describe*",
"cloudwatch:Describe*",
"cloudwatch:List*",
"cloudwatch:Get*",
"ec2:Describe*",
"ec2:Get*",
"ec2:ReportInstanceStatus",
"elasticache:DescribeCacheClusters",
"elasticloadbalancing:Describe*",
"sqs:GetQueueAttributes",
"sqs:ListQueues",
"rds:DescribeDBInstances",
"SNS:ListTopics"
],
"Effect": "Allow",
"Resource": "*"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment