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 applicationsAvailability of the service may be impacted if unhealthy instances are not replaced.
Set replace_unhealthy_instances
attribute to true
.
resource "aws_ec2_fleet" "fleet1" {
launch_template_config {
launch_template_specification {
launch_template_id = "aws_launch_template.example.id"
version = "aws_launch_template.example.latest_version"
}
}
target_capacity_specification {
default_target_capacity_type = "spot"
total_target_capacity = 5
}
replace_unhealthy_instances = true
}
Set ReplaceUnhealthyInstances
attribute to true
.