-
Notifications
You must be signed in to change notification settings - Fork 25
/
rule_set_ABS_CCIGv2_Standard.json
591 lines (591 loc) · 22.5 KB
/
rule_set_ABS_CCIGv2_Standard.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
{
"owner": "AWS",
"ruleSetName": "ABS-CCIGv2-Standard",
"version": "1.0.0",
"description": "AWS Guard rule set for ABS Cloud Computing Implementation Guide 2.0 - Standard Workloads",
"contact": "[email protected]",
"mappings": [
{
"guardFilePath": "rules/aws/cloudtrail/cloud_trail_cloud_watch_logs_enabled.guard",
"controls": [
"section4a-govern-the-cloud-2-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudtrail/cloudtrail_s3_dataevents_enabled.guard",
"controls": [
"section4a-govern-the-cloud-2-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudwatch/cloudwatch_alarm_action_check.guard",
"controls": [
"section4a-govern-the-cloud-2-standard-workloads",
"section4c-run-the-cloud-2-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/iam/iam_no_inline_policy_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-8-standard-workloads",
"section4b-design-and-secure-the-cloud-9-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-2-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/iam/iam_policy_no_statements_with_admin_access.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-8-standard-workloads",
"section4b-design-and-secure-the-cloud-9-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-2-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/iam/iam_user_no_policies_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-8-standard-workloads",
"section4b-design-and-secure-the-cloud-9-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-2-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/aws_dms/dms_replication_not_public.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/ec2_instance_no_public_ip.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_emr/emr_kerberos_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-8-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_emr/emr_master_no_public_ip.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/restricted_ssh.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/ec2_instances_in_vpc.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/lambda/lambda_function_public_access_prohibited.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/lambda/lambda_inside_vpc.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_rds/rds_instance_public_access_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_redshift/redshift_cluster_public_access_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/restricted_common_ports.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_public_read_prohibited.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_public_write_prohibited.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_sagemaker/sagemaker_notebook_no_direct_internet_access.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/ec2_instance_profile_attached.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/iam/iam_policy_no_statements_with_full_access.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-5-standard-workloads",
"section4b-design-and-secure-the-cloud-8-standard-workloads",
"section4b-design-and-secure-the-cloud-9-standard-workloads",
"section4c-run-the-cloud-2-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ecs/ecs_task_definition_user_for_host_mode_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/no_unrestricted_route_to_igw.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_level_public_access_prohibited.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/subnet_auto_assign_public_ip_disabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2_auto_scaling/autoscaling_launch_config_public_ip_disabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads",
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_redshift/redshift_enhanced_vpc_routing_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-1-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_redshift/redshift_cluster_maintenancesettings_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-2-standard-workloads",
"section4c-run-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2_auto_scaling/autoscaling_group_elb_healthcheck_required.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/dynamodb/dynamodb_autoscaling_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/ec2_instance_detailed_monitoring_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing/elb_cross_zone_load_balancing_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_rds/rds_enhanced_monitoring_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_rds/rds_multi_az_support.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing_v2/elb_deletion_protection_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_beanstalk/beanstalk_enhanced_health_reporting_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-3-standard-workloads",
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing_v2/alb_waf_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-4-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/opensearch_service/elasticsearch_in_vpc_only.guard",
"controls": [
"section4b-design-and-secure-the-cloud-4-standard-workloads",
"section4b-design-and-secure-the-cloud-10-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/aws_certificate_manager/acm_certificate_expiration_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/aws_kms/cmk_backing_key_rotation_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-5-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/aws_kms/kms_cmk_not_scheduled_for_deletion.guard",
"controls": [
"section4b-design-and-secure-the-cloud-5-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing_v2/alb_http_drop_invalid_header_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing_v2/alb_http_to_https_redirection_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/api_gateway/api_gw_cache_enabled_and_encrypted.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudtrail/cloud_trail_encryption_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudwatch/cloudwatch_log_group_encrypted.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/dynamodb/dynamodb_table_encrypted_kms.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_efs/efs_encrypted_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/opensearch_service/elasticsearch_encrypted_at_rest.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/opensearch_service/elasticsearch_node_to_node_encryption_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing/elb_acm_certificate_required.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing/elb_tls_https_listeners_only.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_ec2/encrypted_volumes.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_rds/rds_storage_encrypted.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_redshift/redshift_cluster_configuration_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_server_side_encryption_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads",
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_ssl_requests_only.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_sagemaker/sagemaker_endpoint_configuration_kms_key_configured.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_sagemaker/sagemaker_notebook_instance_kms_key_configured.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_sns/sns_encrypted_kms.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_default_encryption_kms.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing_v2/elbv2_acm_certificate_required.guard",
"controls": [
"section4b-design-and-secure-the-cloud-6-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/codebuild/codebuild_project_source_repo_url_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/codebuild/codebuild_project_envvar_awscred_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-12-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/api_gateway/api_gw_execution_logging_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudtrail/cloud_trail_log_file_validation_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/cloudwatch/cw_loggroup_retention_period_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_load_balancing/elb_logging_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_rds/rds_logging_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_default_lock_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_logging_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_policy_grantee_check.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/amazon_s3/s3_bucket_versioning_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4b-design-and-secure-the-cloud-15-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/aws_waf_v2/wafv2_logging_enabled.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/opensearch_service/elasticsearch_logs_to_cloudwatch.guard",
"controls": [
"section4b-design-and-secure-the-cloud-14-standard-workloads",
"section4c-run-the-cloud-3-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/dynamodb/dynamodb_throughput_limit_check.guard",
"controls": [
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/lambda/lambda_concurrency_check.guard",
"controls": [
"section4c-run-the-cloud-5-standard-workloads"
]
},
{
"guardFilePath": "rules/aws/elastic_beanstalk/elastic_beanstalk_managed_updates_enabled.guard",
"controls": [
"section4c-run-the-cloud-6-standard-workloads"
]
}
]
}