Triage and Remediation
- Remediation
Remediation
Using Console
Using Console
Cloudwatch Log groups are by default encrypted with AWS KMS Keys
Using CLI
Using CLI
Cloudwatch Log groups are by default encrypted with AWS KMS Keys
Using Python
Using Python
Cloudwatch Log groups are by default encrypted with AWS KMS Keys
Using Terraform
Using Terraform
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.
