Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": [
  8. "application-autoscaling:*",
  9. "ec2:*",
  10. "autoscaling-plans:*"
  11. ],
  12. "Resource": "*"
  13. },
  14. {
  15. "Sid": "VisualEditor1",
  16. "Effect": "Allow",
  17. "Action": "autoscaling:*",
  18. "Resource": [
  19. "arn:aws:autoscaling:*:*:autoScalingGroup:*:autoScalingGroupName/*",
  20. "arn:aws:autoscaling:*:*:launchConfiguration:*:launchConfigurationName/*"
  21. ]
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement