Skip to content

Instantly share code, notes, and snippets.

@filipececcon
Created July 25, 2017 17:06
Show Gist options
  • Save filipececcon/69fb96e4ffb400e711baab7a97e9cec2 to your computer and use it in GitHub Desktop.
Save filipececcon/69fb96e4ffb400e711baab7a97e9cec2 to your computer and use it in GitHub Desktop.
{
"Version": "2017-03-20",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject",
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment