This group is broken into multiple parts.
This template configures AWS Config to record data in a specific region. The template declares a main region for recording global resources and can be installed in other regions within the same account as well.
This template adds AWS managed rules to the currently existing AWS Config setup. These rules are sample rules with more found here.
This template adds custom rules that evaluate reported configurations against custom logic through the use of an AWS Lambda function
This template uses pseudo parameters, intrinsic functions, and conditions to make the template reusable across regions and accounts. It also identifies an aggregate account capable of collecting data from sub-accounts
This template utilizes the AWS::Serverless::Application resource type to add the managed and custom rules to the config template as nestaed stacks.