AWS Control Tower Landing Zone logging configuration

This allows you to manage logging options for the landing zone. In the log configuration section, you can configure the retention time of the Amazon S3 log archive bucket, and the retention time of the logs for access to the bucket.

Please use the following configuration to configure AWS Control Tower Landing Zone logging configuration, with organization-level AWS CloudTrail configuration.

  logging:
loggingBucketRetentionDays: 365
accessLoggingBucketRetentionDays: 3650
organizationTrail: true

Implements

Properties

accessLoggingBucketRetentionDays: number = 3650

Retention time of the logs for access to the bucket.

3650
loggingBucketRetentionDays: number = 365

Retention time of the Amazon S3 log archive bucket

365
organizationTrail: boolean = true

Flag indicates Organizational-level AWS CloudTrail configuration is configured or not.

It is important to note that the CloudTrail configured by AWS Control Tower at the organization level is different from the CloudTrail deployed by the solution. In the event that AWS Control Tower and Solution defined CloudTrail are enabled, two cloud trails will be created.

true