Skip to main content
Glama

aws-helper MCP Server

by eunyuljo

get_ec2_instances

Retrieve EC2 instance details by region and state using the AWS Helper MCP Server. Filter instances by status like running, stopped, or pending for efficient cloud resource management.

Instructions

EC2 인스턴스 목록을 조회합니다

Input Schema

NameRequiredDescriptionDefault
regionNoAWS 리전 (기본값: ap-northeast-2)ap-northeast-2
stateNo인스턴스 상태 필터 (running, stopped, pending 등)

Input Schema (JSON Schema)

{ "properties": { "region": { "default": "ap-northeast-2", "description": "AWS 리전 (기본값: ap-northeast-2)", "type": "string" }, "state": { "description": "인스턴스 상태 필터 (running, stopped, pending 등)", "enum": [ "running", "stopped", "pending", "terminated" ], "type": "string" } }, "type": "object" }

Other Tools from aws-helper MCP Server

Related Tools

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/eunyuljo/sample-mcp-server-with-claude-desktop'

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