Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": [
  7. "logs:CreateLogGroup",
  8. "logs:CreateLogStream",
  9. "logs:PutLogEvents"
  10. ],
  11. "Resource": "arn:aws:logs:*:*:*"
  12. },
  13. {
  14. "Effect": "Allow",
  15. "Action": [
  16. "ec2:Start*",
  17. "ec2:Describe*",
  18. "ec2:Stop*"
  19. ],
  20. "Resource": "*"
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement