AWS EC2 instance detailed monitoring disabled
Description
Enabling detailed monitoring for Amazon Elastic Compute Cloud (EC2) instances can provide you with additional data and insights about the performance and utilization of your instances. : Detailed monitoring can provide you with more data about the utilization of your instances, which can be helpful for capacity planning and optimization.
Code Example
go
resource "aws_instance" "test" {
+ monitoring = true
}Remediation
Terraform
- Resource: aws_instance
- Arguments: monitoring
Rule Details
| Field | Value |
|---|---|
| ID | IAC-0178 |
| Severity | MEDIUM |
| IaC Type | Terraform |
| Frameworks | Terraform, TerraformPlan |
| Checkov ID | CKV_AWS_126 |