Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS 리전 (예: ap-northeast-2) | |
| AWS_PROFILE | No | AWS 프로파일 이름 | default |
| AWS_ACCESS_KEY_ID | No | AWS 액세스 키 ID | |
| AWS_SECRET_ACCESS_KEY | No | AWS 시크릿 액세스 키 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_iops | EBS 볼륨의 IOPS(초당 I/O 작업 수)를 계산합니다. |
| calculate_throughput | EBS 볼륨의 처리량(Throughput)을 계산합니다. |
| get_snapshot_size | EBS 스냅샷의 크기를 조회합니다. |
| list_volume_snapshots | EBS 볼륨의 모든 스냅샷 목록을 조회합니다. |
| get_ebs_metric | 특정 EBS CloudWatch 지표를 조회합니다. |
| list_ebs_metrics | 사용 가능한 EBS CloudWatch 지표 목록을 반환합니다. |
| get_advanced_metrics | EBS 볼륨의 고급 성능 지표를 계산합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |