Skip to content

Instantly share code, notes, and snippets.

@babo
Created December 17, 2015 11:59
Show Gist options
  • Save babo/ca07748bb9beea9f9a61 to your computer and use it in GitHub Desktop.
Save babo/ca07748bb9beea9f9a61 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents"
],
"Resource": "arn:aws:logs:*:*:*"
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Resource": [
"arn:aws:s3:::*"
]
},
{
"Sid": "Stmt1445166437000",
"Effect": "Allow",
"Action": [
"sqs:*"
],
"Resource": [
"arn:aws:sqs:*:*:gramo-etl"
]
},
{
"Sid": "Stmt1445166499000",
"Effect": "Allow",
"Action": [
"sqs:ListQueues",
"sqs:GetQueue*"
],
"Resource": [
"*"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment