Created
January 19, 2016 18:41
-
-
Save johann8384/d3716bf7ec883b45b23d to your computer and use it in GitHub Desktop.
Instrumentation Policy Document
This file contains hidden or 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
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"cloudwatch:DeleteAlarms", | |
"cloudwatch:DescribeAlarmHistory", | |
"cloudwatch:DescribeAlarms", | |
"cloudwatch:DescribeAlarmsForMetric", | |
"cloudwatch:DisableAlarmActions", | |
"cloudwatch:EnableAlarmActions", | |
"cloudwatch:GetMetricStatistics", | |
"cloudwatch:ListMetrics", | |
"cloudwatch:PutMetricAlarm", | |
"cloudwatch:PutMetricData", | |
"cloudwatch:SetAlarmState" | |
], | |
"Resource": [ | |
"*" | |
] | |
}, | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"logs:CreateLogGroup", | |
"logs:CreateLogStream", | |
"logs:DeleteLogGroup", | |
"logs:DeleteLogStream", | |
"logs:DeleteMetricFilter", | |
"logs:DeleteRetentionPolicy", | |
"logs:DescribeLogGroups", | |
"logs:DescribeLogStreams", | |
"logs:DescribeMetricFilters", | |
"logs:FilterLogEvents", | |
"logs:GetLogEvents", | |
"logs:PutLogEvents", | |
"logs:PutMetricFilter", | |
"logs:PutRetentionPolicy", | |
"logs:TestMetricFilter" | |
], | |
"Resource": [ | |
"*" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment