Skip to content

Instantly share code, notes, and snippets.

@bo67192
Created November 5, 2016 19:22
Show Gist options
  • Save bo67192/7bbf8922a547f937862055bb74791188 to your computer and use it in GitHub Desktop.
Save bo67192/7bbf8922a547f937862055bb74791188 to your computer and use it in GitHub Desktop.
IAM policy for cloudwatch logging
{
"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