get_ec2_summary
Retrieve summarized information about EC2 instances in a specified AWS region using the aws-helper MCP Server. Simplify instance management and monitoring.
Instructions
EC2 인스턴스 요약 정보를 제공합니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | AWS 리전 | ap-northeast-2 |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"default": "ap-northeast-2",
"description": "AWS 리전",
"type": "string"
}
},
"type": "object"
}