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 applicationsEnsure that a security alternate contact is configured for your AWS account, so that any security advisories sent by AWS reach the appropriate security team in your organization. Ideally, email contact details should point to an alias that forwards to more than one individual.
Configure an aws_account_alternate_contact
with an alternate_contact_type
set to SECURITY
.
resource "aws_account_alternate_contact" "security" {
alternate_contact_type = "SECURITY"
name = "Example"
title = "Example"
email_address = "test@example.com"
phone_number = "+1234567890"
}