feat(ec2): Add 2 new checks + fixers related with EC2 service (#3827)

Co-authored-by: Sergio <sergio@prowler.com>
This commit is contained in:
Pedro Martín
2024-04-24 11:43:19 +02:00
committed by GitHub
parent 022b7ef756
commit acac3fc693
17 changed files with 805 additions and 15 deletions
+7
View File
@@ -142,4 +142,11 @@ aws:
# kms_cmk_rotation_enabled
# No configuration needed for this check
# ec2_ebs_snapshot_account_block_public_access
ec2_ebs_snapshot_account_block_public_access:
State: "block-all-sharing"
# ec2_instance_account_imdsv2_enabled
# No configuration needed for this check
```