Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws_sra_examples/easy_setup/templates/sra-easy-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ Parameters:
Type: String
pGuardDutyCustomerGovernedRegionsOnly:
AllowedValues: ["true", "false"]
Default: "false"
Default: "true"
Description: Indicates whether to enable GuardDuty in the customer's Goverened Regions only. Example - Control Tower regions, or Common Prerequisites regions.
Type: String
pGuardDutyEnabledRegions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ Parameters:
Type: String
pControlTowerRegionsOnly:
Type: String
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
Default: 'false'
Description: Only enable in the Control Tower governed regions (set to false for environments without AWS Control Tower)
Default: 'true'
AllowedValues: ['true', 'false']
pEnabledRegions:
AllowedPattern: '^$|^([a-z0-9-]{1,64})$|^(([a-z0-9-]{1,64},)*[a-z0-9-]{1,64})$'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ Parameters:
Type: String
pControlTowerRegionsOnly:
Type: String
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
Default: 'false'
Description: Only enable in the Control Tower governed regions (set to false for environments without AWS Control Tower)
Default: 'true'
AllowedValues: ['true', 'false']
pEnabledRegions:
AllowedPattern: '^$|^([a-z0-9-]{1,64})$|^(([a-z0-9-]{1,64},)*[a-z0-9-]{1,64})$'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Parameters:
pControlTowerRegionsOnly:
Type: String
Description: Only enable in the Control Tower governed regions (set to true for environments without AWS Control Tower)
Default: 'true' # TODO: best practice is to set this to false, however, there is a bug that prevents this from working
Default: 'true' # TODO: best practice is to set this to false, however, there is a bug (insert bug id) that prevents this from working
AllowedValues: ['true', 'false']
pCreateLambdaLogGroup:
AllowedValues: ['true', 'false']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Parameters:
Default: 'ALL'
pControlTowerRegionsOnly:
AllowedValues: ['true', 'false']
Default: 'false'
Default: 'true'
Description: Only enable in the customer governed regions specified in Control Tower or Common Prerequisites solution
Type: String
pComplianceFrequency:
Expand Down