Created
December 17, 2015 11:59
-
-
Save babo/ca07748bb9beea9f9a61 to your computer and use it in GitHub Desktop.
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": [ | |
"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