Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": "elasticloadbalancing:*",
  8. "Resource": "*"
  9. },
  10. {
  11. "Effect": "Allow",
  12. "Action": "iam:CreateServiceLinkedRole",
  13. "Resource": "arn:aws:iam::*:role/aws-service-role/elasticloadbalancing.amazonaws.com/AWSServiceRoleForElasticLoadBalancing*",
  14. "Condition": {
  15. "StringLike": {
  16. "iam:AWSServiceName": "elasticloadbalancing.amazonaws.com"
  17. }
  18. }
  19. },
  20. {
  21. "Effect": "Allow",
  22. "Action": [
  23. "iam:AttachRolePolicy",
  24. "iam:PutRolePolicy"
  25. ],
  26. "Resource": "arn:aws:iam::*:role/aws-service-role/elasticloadbalancing.amazonaws.com/AWSServiceRoleForElasticLoadBalancing*"
  27. },
  28. {
  29. "Effect": "Allow",
  30. "Action": [
  31. "acm:ImportCertificate"
  32. ],
  33. "Resource": "*"
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement