FIAM-BOUNDARY-Developer.json 877 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "OnlyAssumeRoleIntoPrefix",
  6. "Effect": "Allow",
  7. "Action": "sts:AssumeRole",
  8. "Resource": "arn:aws:iam::${account}:role/$${aws:PrincipalTag/IAM:NamePrefix}*"
  9. },
  10. {
  11. "Sid": "TODOThisIsJustAFillerFromHereBelow",
  12. "Effect": "Allow",
  13. "Action": "s3:PutObject",
  14. "Resource": "arn:aws:s3:::*/*"
  15. },
  16. {
  17. "Sid": "TODOThisIsOnlyAPlaceHolder",
  18. "Effect": "Allow",
  19. "Action": "s3:ListBucket",
  20. "Resource": "arn:aws:s3:::*"
  21. },
  22. {
  23. "Sid": "TODO",
  24. "Effect": "Allow",
  25. "Action": [
  26. "s3:ListAllMyBuckets",
  27. "s3:HeadBucket"
  28. ],
  29. "Resource": "*"
  30. }
  31. ]
  32. }