-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ievgeniia ieromenko
committed
Sep 9, 2024
1 parent
cea07f9
commit 802c461
Showing
3 changed files
with
231 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 87 additions & 0 deletions
87
...utions/security_lake/security_lake_org/customizations_for_aws_control_tower/manifest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
#Default region for deploying Custom Control Tower: Code Pipeline, Step functions, Lambda, SSM parameters, and StackSets | ||
region: us-east-1 | ||
version: 2021-03-15 | ||
|
||
# Control Tower Custom Resources (Service Control Policies or CloudFormation) | ||
resources: | ||
# ----------------------------------------------------------------------------- | ||
# Organization shield | ||
# ----------------------------------------------------------------------------- | ||
- name: sra-security-lake-main-ssm | ||
resource_file: templates/sra-security-lake-main-ssm.yaml | ||
parameters: | ||
- parameter_key: pSecurityLakeOrgLambdaRoleName | ||
parameter_value: sra-security-lake-org-lambda | ||
- parameter_key: pCreateResourceLink | ||
parameter_value: 'false' | ||
- parameter_key: pCreateLakeFormationSlr | ||
parameter_value: 'true' | ||
- parameter_key: pSRASecurityLakeMetaStoreManagerRoleName | ||
parameter_value: AmazonSecurityLakeMetaStoreManagerV2 | ||
- parameter_key: pSourceVersion | ||
parameter_value: '2.0' | ||
- parameter_key: pCloudTrailManagementEvents | ||
parameter_value: ALL | ||
- parameter_key: pCloudTrailLambdaDataEvents | ||
parameter_value: ALL | ||
- parameter_key: pCloudTrailS3DataEvents | ||
parameter_value: '' | ||
- parameter_key: pSecurityHubFindings | ||
parameter_value: ALL | ||
- parameter_key: pVpcFlowLogs | ||
parameter_value: ALL | ||
- parameter_key: pWafLogs | ||
parameter_value: '' | ||
- parameter_key: pRoute53Logs | ||
parameter_value: ALL | ||
- parameter_key: pVpcFlowLogs | ||
parameter_value: ALL | ||
- parameter_key: pOrgConfigurationSources | ||
parameter_value: ROUTE53,VPC_FLOW,SH_FINDINGS,CLOUD_TRAIL_MGMT,LAMBDA_EXECUTION,EKS_AUDIT | ||
- parameter_key: pCreateOrganizationConfiguration | ||
parameter_value: 'true' | ||
- parameter_key: pSecurityLakeOrgKeyAlias | ||
parameter_value: sra-security-lake-org-key | ||
- parameter_key: pComplianceFrequency | ||
parameter_value: 7 | ||
- parameter_key: pControlTowerRegionsOnly | ||
parameter_value: 'true' | ||
- parameter_key: pCreateLambdaLogGroup | ||
parameter_value: 'false' | ||
- parameter_key: pEnabledRegions | ||
parameter_value: '' | ||
- parameter_key: pLambdaLogGroupKmsKey | ||
parameter_value: '' | ||
- parameter_key: pLambdaLogGroupRetention | ||
parameter_value: 14 | ||
- parameter_key: pLambdaLogLevel | ||
parameter_value: INFO | ||
- parameter_key: pSRAAlarmEmail | ||
parameter_value: '' | ||
- parameter_key: pSRASolutionVersion | ||
parameter_value: v1.0 | ||
- parameter_key: pRegisterAuditAccountDataSubscriber | ||
parameter_value: 'false' | ||
- parameter_key: pAuditAccountDataSubscriberPrefix | ||
parameter_value: sra-audit-account-data-subscriber | ||
- parameter_key: pAuditAccountDataSubscriberExternalId | ||
parameter_value: '' | ||
- parameter_key: pAuditAccountQuerySubscriberPrefix | ||
parameter_value: sra-audit-account-query-subscriber | ||
- parameter_key: pAuditAccountQuerySubscriberExternalId | ||
parameter_value: '' | ||
- parameter_key: pRegisterAuditAccountQuerySubscriber | ||
parameter_value: 'false' | ||
- parameter_key: pStackSetAdminRole | ||
parameter_value: sra-stackset | ||
- parameter_key: pStackExecutionRole | ||
parameter_value: sra-execution | ||
- parameter_key: pSecurityLakeWarning | ||
parameter_value: Reject | ||
- parameter_key: pDisableSecurityLake | ||
parameter_value: 'false' | ||
deploy_method: stack_set | ||
deployment_targets: | ||
accounts: | ||
- REPLACE_ME_ORG_MANAGEMENT_ACCOUNT_NAME |
142 changes: 142 additions & 0 deletions
142
..._lake_org/customizations_for_aws_control_tower/parameters/sra-security-lake-main-ssm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
[ | ||
{ | ||
"ParameterKey": "pSecurityLakeOrgLambdaRoleName", | ||
"ParameterValue": "sra-security-lake-org-lambda" | ||
}, | ||
{ | ||
"ParameterKey": "pCreateResourceLink", | ||
"ParameterValue": "false" | ||
}, | ||
{ | ||
"ParameterKey": "pCreateLakeFormationSlr", | ||
"ParameterValue": "true" | ||
}, | ||
{ | ||
"ParameterKey": "pSRASecurityLakeMetaStoreManagerRoleName", | ||
"ParameterValue": "AmazonSecurityLakeMetaStoreManagerV2" | ||
}, | ||
{ | ||
"ParameterKey": "pSourceVersion", | ||
"ParameterValue": "2.0" | ||
}, | ||
{ | ||
"ParameterKey": "pCloudTrailManagementEvents", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pCloudTrailLambdaDataEvents", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pCloudTrailS3DataEvents", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pSecurityHubFindings", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pVpcFlowLogs", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pWafLogs", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pRoute53Logs", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pVpcFlowLogs", | ||
"ParameterValue": "ALL" | ||
}, | ||
{ | ||
"ParameterKey": "pOrgConfigurationSources", | ||
"ParameterValue": "ROUTE53,VPC_FLOW,SH_FINDINGS,CLOUD_TRAIL_MGMT,LAMBDA_EXECUTION,EKS_AUDIT" | ||
}, | ||
{ | ||
"ParameterKey": "pCreateOrganizationConfiguration", | ||
"ParameterValue": "true" | ||
}, | ||
{ | ||
"ParameterKey": "pSecurityLakeOrgKeyAlias", | ||
"ParameterValue": "sra-security-lake-org-key" | ||
}, | ||
{ | ||
"ParameterKey": "pComplianceFrequency", | ||
"ParameterValue": "7" | ||
}, | ||
{ | ||
"ParameterKey": "pControlTowerRegionsOnly", | ||
"ParameterValue": "true" | ||
}, | ||
{ | ||
"ParameterKey": "pCreateLambdaLogGroup", | ||
"ParameterValue": "false" | ||
}, | ||
{ | ||
"ParameterKey": "pEnabledRegions", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pLambdaLogGroupKmsKey", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pLambdaLogGroupRetention", | ||
"ParameterValue": "14" | ||
}, | ||
{ | ||
"ParameterKey": "pLambdaLogLevel", | ||
"ParameterValue": "INFO" | ||
}, | ||
{ | ||
"ParameterKey": "pSRAAlarmEmail", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pSRASolutionVersion", | ||
"ParameterValue": "v1.0" | ||
}, | ||
{ | ||
"ParameterKey": "pRegisterAuditAccountDataSubscriber", | ||
"ParameterValue": "false" | ||
}, | ||
{ | ||
"ParameterKey": "pAuditAccountDataSubscriberPrefix", | ||
"ParameterValue": "sra-audit-account-data-subscriber" | ||
}, | ||
{ | ||
"ParameterKey": "pAuditAccountDataSubscriberExternalId", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pAuditAccountQuerySubscriberPrefix", | ||
"ParameterValue": "sra-audit-account-query-subscriber" | ||
}, | ||
{ | ||
"ParameterKey": "pAuditAccountQuerySubscriberExternalId", | ||
"ParameterValue": "" | ||
}, | ||
{ | ||
"ParameterKey": "pRegisterAuditAccountQuerySubscriber", | ||
"ParameterValue": "false" | ||
}, | ||
{ | ||
"ParameterKey": "pStackSetAdminRole", | ||
"ParameterValue": "sra-stackset" | ||
}, | ||
{ | ||
"ParameterKey": "pStackExecutionRole", | ||
"ParameterValue": "sra-execution" | ||
}, | ||
{ | ||
"ParameterKey": "pSecurityLakeWarning", | ||
"ParameterValue": "Reject" | ||
}, | ||
{ | ||
"ParameterKey": "pDisableSecurityLake", | ||
"ParameterValue": "false" | ||
} | ||
] |