FIAM-COMMON-IAM-EC2.json 482 B

12345678910111213141516
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "InstanceProfiles",
  6. "Effect": "Allow",
  7. "Action": [
  8. "iam:CreateInstanceProfile",
  9. "iam:DeleteInstanceProfile",
  10. "iam:AddRoleToInstanceProfile",
  11. "iam:RemoveRoleFromInstanceProfile"
  12. ],
  13. "Resource": "arn:aws:iam::082012130604:instance-profile/${aws:PrincipalTag/IAM:NamePrefix}*"
  14. }
  15. ]
  16. }