Advertisement
poruchik161ru

Untitled

Feb 14th, 2017
1,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2.  
  3. "Version": "2012-10-17",
  4.  
  5. "Statement": [
  6.  
  7. {
  8.  
  9. "Effect": "Allow",
  10.  
  11. "Action": [
  12.  
  13. "logs:CreateLogGroup",
  14.  
  15. "logs:CreateLogStream",
  16.  
  17. "logs:PutLogEvents"
  18.  
  19. ],
  20.  
  21. "Resource": "arn:aws:logs:*:*:*"
  22.  
  23. },
  24.  
  25. {
  26.  
  27. "Effect": "Allow",
  28.  
  29. "Action": [
  30.  
  31. "ec2:Start*",
  32.  
  33. "ec2:Stop*"
  34.  
  35. ],
  36.  
  37. "Resource": "*"
  38.  
  39. }
  40.  
  41. ]
  42.  
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement