You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default: (Optional) Exclude S3 Block Account Public Access Tags
434
+
pGuardDutyCustomerGovernedRegionsOnly:
435
+
default: Enable GuardDuty in Customer Governed Regions Only
436
+
pGuardDutyEnabledRegions:
437
+
default: (Optional) Enabled Regions
425
438
pFrequency:
426
439
default: Frequency
427
440
pGuarddutyEnabledForMoreThan48Hours:
@@ -753,16 +766,26 @@ Parameters:
753
766
Default: 'true'
754
767
Description: Auto enable RDS Login Events
755
768
Type: String
756
-
pEnableEksRuntimeMonitoring:
769
+
pEnableRuntimeMonitoring:
757
770
AllowedValues: ['true', 'false']
758
771
Default: 'true'
759
-
Description: Auto enable EKS Runtime Monitoring
772
+
Description: Auto enable Runtime Monitoring
760
773
Type: String
761
774
pEnableEksAddonManagement:
762
775
AllowedValues: ['true', 'false']
763
776
Default: 'true'
764
777
Description: Auto enable EKS Add-on Management
765
778
Type: String
779
+
pEnableEcsFargateAgentManagement:
780
+
AllowedValues: ['true', 'false']
781
+
Default: 'true'
782
+
Description: Auto enable ECS Fargate Agent Management
783
+
Type: String
784
+
pEnableEc2AgentManagement:
785
+
AllowedValues: ['true', 'false']
786
+
Default: 'true'
787
+
Description: Auto enable EC2 Agent Management
788
+
Type: String
766
789
pEnableLambdaNetworkLogs:
767
790
AllowedValues: ['true', 'false']
768
791
Default: 'true'
@@ -1058,6 +1081,21 @@ Parameters:
1058
1081
'(Optional) Resource Tags that denote an Account should be excluded from this solution in JSON format: [{"Key": "string", "Value": "string"},
1059
1082
... ]. For example, [{"Key": "exclude-s3-block-account-public-access", "Value": "true"}].'
1060
1083
Type: String
1084
+
pGuardDutyCustomerGovernedRegionsOnly:
1085
+
AllowedValues: ['true', 'false']
1086
+
Default: 'false'
1087
+
Description: Indicates whether to enable GuardDuty in the customer's Goverened Regions only. Example - Control Tower regions, or Common Prerequisites regions.
0 commit comments