AWS EBS
Overview
Amazon EBS (Elastic Block Store) is a fully managed block storage service provided by Amazon Web Services (AWS). It allows you to create and attach persistent block storage volumes to Amazon EC2 instances, providing scalable and high-performance storage for your applications.
Prerequisites
You can check the list of prerequisites required for AWS SNS here. These are the same for any other AWS service that you need to monitor using AIOps. Move to the section Adding AWS resources for Monitoring on the above link to view the prerequisites for AWS resource monitoring.
List of Supported KPIs
Name | Description | Type |
---|---|---|
status | The status of the EBS volume | String |
aws.ebs.volume.creation.time | The time at which the volume was created | String |
aws.ebs.volume.creation.time.seconds | The time at which the volume was created | Count |
aws.ebs.volume.device | The device name of the EBS volume | String |
aws.availability.zone | The availability zone of the EBS volume | String |
aws.ebs.volume.max.io.ops.per.sec | The maximum number of I/O operations per second allowed for the EBS volume | Count |
aws.ebs.volume.ec2.instance.id | The ID of the EC2 instance to which the EBS volume is attached | String |
aws.ebs.volume.attached.time | The time at which the EBS volume was attached to the EC2 instance | String |
aws.ebs.volume.type | The type of the EBS volume | String |
aws.ebs.volume | The name of the EBS volume | String |
aws.state | The state of the EBS volume | String |
aws.ebs.volume.snapshot.id | The ID of the snapshot used to create the EBS volume | String |
aws.ebs.volume.region | The region of the EBS volume | String |
aws.ebs.volume.attached.time.sec | The time at which the EBS volume was attached to the EC2 instance in seconds | Count |
aws.ebs.volume.attachment.status | The status of the attachment of the EBS volume to the EC2 instance | Count |
Event TimeStamp | Timestamp when an event occurred | Count |
aws.ebs.volume.read.bytes.per.sec | The number of bytes read per second from an EBS volume | Bytes |
aws.ebs.volume.write.bytes.per.sec | The number of bytes written per second to an EBS volume | Bytes |
aws.ebs.volume.read.ops.per.sec | The number of read operations per second on an EBS volume | Count |
aws.ebs.volume.write.ops.per.sec | The number of write operations per second on an EBS volume | Count |
aws.ebs.volume.idle.time.percent | The percentage of time an EBS volume is idle | Seconds |
aws.ebs.volume.queue.length | The average queue length of an EBS volume | Count |
aws.ebs.volume.avg.read.latency.ms | The average time taken to read from an EBS volume in milliseconds | Seconds |
aws.ebs.volume.avg.write.latency.ms | The average time taken to write to an EBS volume in milliseconds | Seconds |
aws.ebs.volume.throughput.percent | The percentage of throughput an EBS volume is using | Percent |
aws.ebs.volume.consumed.read.write.operations | The average number of consumed read and write operations on an EBS volume | Count |
aws.ebs.volume.burst.balance.percent | The percentage of burst balance an EBS volume has | Percent |