Skip to main content
Glama

aws-helper MCP Server

by eunyuljo

get_ec2_instances

Retrieve a list of EC2 instances filtered by state and region using the AWS-helper MCP server to manage and monitor AWS resources efficiently.

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" }
Install Server

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