Skip to main content

Triage and Remediation

Remediation

Using Console

Cloudwatch Log groups are by default encrypted with AWS KMS Keys
Cloudwatch Log groups are by default encrypted with AWS KMS Keys
Cloudwatch Log groups are by default encrypted with AWS KMS Keys
This change does not replace the existing log group; Terraform will update it in place and only new log events will be encrypted (existing stored data remains unencrypted, matching the CLI behavior).To verify, terraform plan should show an in-place update to the aws_cloudwatch_log_group resource adding kms_key_id = arn:aws:kms:... and the creation of the new aws_kms_key if you didn’t already have one.