Advertisement
Guest User

Untitled

a guest
Jun 1st, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 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. "Sid": "Stmt1444812758000",
  14. "Effect": "Allow",
  15. "Action": [
  16. "ec2:DescribeInstanceStatus",
  17. "ec2:DescribeInstances",
  18. "ec2:StartInstances",
  19. "ec2:StopInstances"
  20. ],
  21. "Resource": [
  22. "*"
  23. ]
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement