-
Notifications
You must be signed in to change notification settings - Fork 24
/
.cfn-nag-ignore-lists.yml
42 lines (42 loc) · 1.06 KB
/
.cfn-nag-ignore-lists.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
RulesToSuppress:
- id: W33
reason: allow assign public IPs in public subnet for solution
- id: W58
reason: >-
use managed policy AWSLambdaBasicExecutionRole to grant logs permission in
solution
- id: W89
reason: allow non VPC Lambda in solution
- id: W92
reason: >-
allow no ReservedConcurrentExecutions configuration of solution Lambda
- id: W51
reason: use bucket default policy for the account itself
- id: W29
reason: >-
the default egress rule with port range created by CDK and deny all
traffic
- id: W76
reason: all IAM Policy documents are necessary and required
- id: W12
reason: Ignore for test
- id: W1200
reason: Ignore for test
- id: W40
reason: Ignore for test
- id: W5
reason: Ignore for test
- id: W58
reason: Ignore for test
- id: W59
reason: Ignore for test
- id: W64
reason: Ignore for test
- id: W68
reason: Ignore for test
- id: W69
reason: Ignore for test
- id: W89
reason: Ignore for test
- id: W92
reason: Ignore for test