Linkedin

  • Home >
  • Create AWS Config custom rules by using AWS CloudFormation Guard policies

Create AWS Config custom rules by using AWS CloudFormation Guard policies

Project Overview

AWS Config rules help you evaluate your AWS resources and their target configuration state. There are two types of AWS Config rules: managed and custom. Your can create custom rules with AWS Lambda functions or with AWS CloudFormation Guard (GitHub), a policy-as-code language.

Rules created with Guard provide more granular control than managed rules, and they are typically easier to configure than fully custom Lambda rules. This approach provides engineers and architects the ability to build rules without needing to know Python, NodeJS, or Java, which are required to deploy custom rules through Lamdba.

To know more about this project connect with us

Create AWS Config custom rules by using AWS CloudFormation Guard policies