CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThe AWS API call history produced by CloudTrail enables security analysis, resource change tracking, and compliance auditing.
Set the is_multi_region_trail
attribute to true
.
resource "aws_cloudtrail" "allowed" {
name = "tf-trail-biz-baz"
s3_bucket_name = "${aws_s3_bucket.ct_bucket.id}"
s3_key_prefix = "prefix"
is_multi_region_trail = true
}
Set the Properties.IsMultiRegionTrail
attribute to true
.