Advertisement
Guest User

Untitled

a guest
Feb 21st, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "Effect": "Allow",
  3. "Principal": {
  4. "Service": "lambda.amazonaws.com"
  5. },
  6. "Action": "sts:AssumeRole"
  7. },
  8. {
  9. "Effect": "Allow",
  10. "Principal": {
  11. "Service": "lambda.amazonaws.com"
  12. },
  13. "Action": "sts:AssumeRoleWithWebIdentity"
  14. },
  15. {
  16. "Effect": "Allow",
  17. "Principal": {
  18. "Service": "sts.amazonaws.com"
  19. },
  20. "Action": "sts:AssumeRole"
  21. },
  22. {
  23. "Effect": "Allow",
  24. "Principal": {
  25. "Service": "sts.amazonaws.com"
  26. },
  27. "Action": "sts:AssumeRoleWithWebIdentity"
  28. },
  29. {
  30. "Effect": "Allow",
  31. "Principal": {
  32. "AWS": "*"
  33. },
  34. "Action": "sts:AssumeRole"
  35. },
  36. {
  37. "Effect": "Allow",
  38. "Principal": {
  39. "AWS": "*"
  40. },
  41. "Action": "sts:AssumeRoleWithWebIdentity"
  42. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement