You must be logged in to view saved presets
Configuration to enable AWS Security Hub in an AWS Account. By default, Security Hub will also enable compliance standards with CIS AWS Foundations for AWS.
The following compliance standards can be enabled with Security Hub:
Compliance Standards require AWS Config to be enabled. See Related Items section for a configuration package that enables AWS Config and Security Hub, as well as options for configuring notifications based on Security Hub Findings.
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
SecurityHub:
Type: 'AWS::SecurityHub::Hub'
Properties: {}
Parameters: {}
Metadata: {}
Conditions: {}