Check provider logo

Check if EC2 instances have detailed monitoring enabled.

ec2_instance_detailed_monitoring_enabled

Severitylow
Serviceec2
by Prowler

Check if EC2 instances have detailed monitoring enabled.

Risk

Enabling detailed monitoring provides enhanced monitoring and granular insights into EC2 instance metrics. Not having detailed monitoring enabled may limit the ability to troubleshoot performance issues effectively.

Run this check with Prowler CLI

prowler aws --checks ec2_instance_detailed_monitoring_enabled

Run in Prowler Cloud

ARN template

arn:partition:service:region:account-id:resource-id

Remediation

CLI

aws ec2 monitor-instances --instance-ids <EC2_INSTANCE_ID>

Terraform

https://docs.prowler.com/checks/aws/logging-policies/ensure-that-detailed-monitoring-is-enabled-for-ec2-instances#terraform

Other

https://www.trendmicro.com/cloudoneconformity/knowledge-base/aws/EC2/instance-detailed-monitoring.html

WUI

Enable detailed monitoring for EC2 instances to gain better insights into performance metrics.

References:

Source Code

References

Resource Type

AwsEc2Instance

Related URL