Skip to content

Files

Latest commit

Oct 9, 2022
7665aa0 · Oct 9, 2022

History

History

backupfailure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 5, 2022
Sep 28, 2022
Aug 6, 2022
Aug 6, 2022
Oct 9, 2022
Aug 6, 2022
Aug 6, 2022
Aug 6, 2022
Aug 5, 2022
Aug 6, 2022
Jul 14, 2022
Jul 13, 2022

README.md

Overall Architecture

Prerequisites 前提条件

Securityhub Enabled and Aggregated Region is set with delegated admin account within Orgnization 开启Securityhub并且设定好聚合region,组织内指定管理员账号 See https://github.com/jessicawyc/aws-enable-ess

There all 3 types of deployment architectures:

Single Account Multiple Regions Architecture 一个AWS账号内多区域架构

type1

Deployment process please see SingleAccount-deployment.md

Multiple Accounts with Multiple Regions in one Organization Architecture 1 组织内多账号多区域架构1

Repeat the SingleAccount deployment in every member account, as securityhub with organization has the aggregation feauture in nature, all the findings can be aggregated in the aggregated region in delegated admin account securityhub. type1 Deployment process is the easiest one, just run a cloudformation stacksets template in your management account for Detail steps please see Arch1-deployment.md

Multiple Accounts with Multiple Regions in one Organization Architecture 2 组织内多账号多区域架构2

Each region in each memeber account alert will be sent to a central Eventbridge eventbus in the securityhub delegated admin account, then there will be only one lambda centrally process all the events,and generate a critical finding in securityhub. type1 Deployment process detail please see Arch2-deployment.md

*Note China Region Special 中国区由于不支持cross region event因此,需要在两个region分别部署lambda

type1