Skip to content

Instantly share code, notes, and snippets.

@lorenzoaiello
Created March 16, 2016 00:43
Show Gist options
  • Save lorenzoaiello/2dd4c190721051a9313c to your computer and use it in GitHub Desktop.
Save lorenzoaiello/2dd4c190721051a9313c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"elasticache:*",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcs",
"ec2:DescribeAccountAttributes",
"ec2:DescribeSecurityGroups",
"cloudwatch:GetMetricStatistics",
"cloudwatch:DescribeAlarms",
"sns:ListTopics",
"sns:ListSubscriptions"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment