Skip to main content
Glama
codemonkyu

EBS CloudWatch Metrics MCP

by codemonkyu

calculate_throughput

Calculate EBS volume throughput in MB/s by retrieving CloudWatch metrics for read and write bytes within specified time intervals.

Instructions

EBS 볼륨의 처리량(Throughput)을 계산합니다.

VolumeReadBytes, VolumeWriteBytes 지표를 조회하여 MB/s 단위로 반환합니다. Args: volume_id: EBS 볼륨 ID (예: vol-1234567890abcdef0) start_time: 조회 시작 시간 (ISO 8601 형식) end_time: 조회 종료 시간 (ISO 8601 형식) period: 지표 수집 간격 (초 단위, 기본값: 300) region: AWS 리전 (선택적)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volume_idYes
start_timeYes
end_timeYes
periodNo
regionNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/codemonkyu/ebs_performance_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server