Skip to content

Commit

Permalink
feat: Add require ebs encryption scp (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavemoran authored Oct 1, 2024
1 parent b4ff650 commit b0b9d7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions catalog/ec2-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,3 +294,15 @@
- false
resources:
- "*"

- sid: "RequireEBSEncryption"
effect: "Deny"
actions:
- "ec2:CreateVolume"
condition:
- test: "Bool"
variable: "ec2:Encrypted"
values:
- false
resources:
- "*"

0 comments on commit b0b9d7b

Please sign in to comment.