Which of the following is not an AWS CloudWatch metric for EBS Volumes?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer: D.
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-status.html#using_cloudwatch_ebsThe correct answer is D. VolumeRemainingSize is not an AWS CloudWatch metric for EBS Volumes.
Explanation:
Amazon Elastic Block Store (Amazon EBS) provides block-level storage volumes for use with EC2 instances. AWS CloudWatch is a monitoring service that provides metrics and logs for resources in AWS.
When monitoring Amazon EBS volumes, AWS CloudWatch provides the following metrics:
A. VolumeReadBytes: The total number of bytes that have been read from the volume.
B. VolumeWriteOps: The total number of write operations that have been performed on the volume.
C. VolumeThroughputPercentage: The percentage of I/O operations per second (IOPS) delivered from the total IOPS provisioned for an EBS volume.
D. VolumeRemainingSize: This is not an AWS CloudWatch metric for EBS Volumes. It is not possible to monitor the remaining size of an EBS volume using CloudWatch.
In summary, CloudWatch provides metrics for monitoring the I/O operations and throughput of EBS volumes but does not provide a metric for monitoring the remaining size of an EBS volume.