Skip to content

Instantly share code, notes, and snippets.

@jangaraj
Last active November 2, 2016 18:19
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 jangaraj/109ebf581d1fb74d9082cca617e9eda5 to your computer and use it in GitHub Desktop.
Save jangaraj/109ebf581d1fb74d9082cca617e9eda5 to your computer and use it in GitHub Desktop.
aws-grafana-policy.json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"cloudwatch:Describe*",
"cloudwatch:Get*",
"cloudwatch:List*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment