12345678910111213141516 |
- {
- "Version": "2012-10-17",
- "Statement": [
- {
- "Sid": "InstanceProfiles",
- "Effect": "Allow",
- "Action": [
- "iam:CreateInstanceProfile",
- "iam:DeleteInstanceProfile",
- "iam:AddRoleToInstanceProfile",
- "iam:RemoveRoleFromInstanceProfile"
- ],
- "Resource": "arn:aws:iam::082012130604:instance-profile/${aws:PrincipalTag/IAM:NamePrefix}*"
- }
- ]
- }
|