AWS Logging & Monitoring configuration items with customizable CloudFormation and AWS CLI deployment templates. Resources include CloudTrail, Config, SNS Topics, and CloudWatch Log Groups.

AWS
AWS CloudTrail

Configuration to enable AWS CloudTrail in an AWS account with optional settings such as Log Encryption, Log File Validation and Log forwarding to CloudWatch logs. CloudTrail provides event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.

CloudFormationTerraformAWS CLI
Organization CloudTrail

Configuration to create an AWS Organization CloudTrail which deploys a trail in all the Organizations accounts. CloudTrail provides event history of an AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command-line tools, and other AWS services.

CloudFormationTerraformAWS CLI
AWS CloudTrail with CloudWatch Logs Integration

Configuration to enable AWS CloudTrail including configuration to stream CloudTrail events to CloudWatch Logs. CloudTrail provides event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.

CloudFormationTerraformAWS CLI
AWS Config

Configuration to enable AWS Config. AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations.

CloudFormationTerraformAWS CLI
CloudWatch Log Group

Configuration to create a CloudWatch Log Group with option for defining a log retention period.

CloudFormationTerraformAWS CLI
SNS Topic and Subscription

Configuration to create an SNS topic and subscription to send notifications using email, http(s) endpoints, or lambda functions. A KMS key can be specified to enable encryption at-rest

CloudFormationTerraformAWS CLI