Ensure Alibaba Cloud Action Trail Logging for all events
Error: Alibaba Cloud Action Trail Logging is not enabled for all events
Bridgecrew Policy ID: BC_ALI_LOGGING_5
Checkov Check ID: CKV_ALI_5
Severity: MEDIUM
Alibaba Cloud Action Trail Logging is not enabled for all events
Description
Fix - Buildtime - Terraform
resource "alicloud_actiontrail_trail" "pass" {
trail_name = "action-trail"
oss_write_role_arn = "acs:ram::1182725xxxxxxxxxxx"
oss_bucket_name = "bucket_name"
event_rw = "All"
trail_region = "All"
}
Updated about 1 month ago
Did this page help you?