Skip to content

Commit

Permalink
removing duplicated SCP
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Feb 26, 2021
1 parent 1ddfc43 commit ecad0ab
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions catalog/ec2-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,6 @@
resources:
- arn:aws:ec2:*:*:network-interface/*


- sid: DenyEc2PublicIp
effect: Deny
actions:
- ec2:RunInstances
condition:
- test: Bool
values:
- "true"
variable: ec2:AssociatePublicIpAddress
resources:
- arn:aws:ec2:*:*:network-interface/*


- sid: "RequireAMIResourceTag"
effect: "Deny"
actions:
Expand Down

0 comments on commit ecad0ab

Please sign in to comment.