Skip to content

Commit

Permalink
Merge pull request #211 from tremble/networkfirewall/service-role
Browse files Browse the repository at this point in the history
Allow creation of the NetworkFirewall service role
  • Loading branch information
gravesm committed May 18, 2022
2 parents 30efc5f + cd94251 commit c7f8fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/policy/security-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,12 @@ Statement:
- 'arn:aws:iam::{{ aws_account_id }}:role/aws-service-role/spot.amazonaws.com/*'
- 'arn:aws:iam::{{ aws_account_id }}:role/aws-service-role/eks-fargate.amazonaws.com/*'
- 'arn:aws:iam::{{ aws_account_id }}:role/aws-service-role/transitgateway.amazonaws.com/*'
- 'arn:aws:iam::{{ aws_account_id }}:role/aws-service-role/network-firewall.amazonaws.com/*'
Condition:
ForAnyValue:StringEquals:
iam:AWSServiceName:
- 'autoscaling.amazonaws.com'
- 'spot.amazonaws.com'
- 'eks-fargate.amazonaws.com'
- 'transitgateway.amazonaws.com'
- 'network-firewall.amazonaws.com'

0 comments on commit c7f8fe9

Please sign in to comment.