Created
November 5, 2016 19:22
-
-
Save bo67192/7bbf8922a547f937862055bb74791188 to your computer and use it in GitHub Desktop.
IAM policy for cloudwatch logging
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
{ | |
"Version": "2012-10-17", | |
"Statement": [{ | |
"Action": ["logs:CreateLogGroup", | |
"logs:CreateLogStream", | |
"logs:PutLogEvents"], | |
"Resource": ["*"], | |
"Effect": "Allow", | |
"Sid": "Stmt1476220637000" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment