From b8ab9c1d679424cddcae8cba44f8293047e1d20d Mon Sep 17 00:00:00 2001 From: CY Khoo Date: Tue, 30 Apr 2024 13:33:31 +0000 Subject: [PATCH] Map CIS Framework to EC2 rules --- frameworks/CIS/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/CIS/map.json b/frameworks/CIS/map.json index 43eaf1e..a0cc1b6 100644 --- a/frameworks/CIS/map.json +++ b/frameworks/CIS/map.json @@ -35,9 +35,9 @@ }, "EC2.": { "2": ["ec2.SGDefaultDisallowTraffic"], - "6": [], + "6": ["ec2.VPCFlowLogEnabled"], "7": ["ec2.EBSEncrypted"], - "21": [] + "21": ["ec2.NACLSensitivePort"] }, "IAM.": { "1": ["iam.FullAdminAccess"],