This is determined after the creation of cloud resources in their AWS account. This post will demonstrate how to use AWS CDK Aspects to check and align with best practices before the creation of cloud resources in your AWS account.

CDK Aspects are extensible, and you can extend it for any suitable use cases in order to implement additional rules.

CDK Aspects are ways for developers to align with and check best practices in their infrastructure configurations using the programming language of choice.

If you are utilizing AWS CDK to provision your infrastructure, then you can start using Aspects to align with best practices before resources are created.

Related Articles