Skip to main content
Glama

AWS Security MCP

describe_instance_health

Assess the health status of instances associated with a Classic Load Balancer. Input the load balancer name and optional instance IDs to retrieve detailed health information in JSON format.

Instructions

Describe the health of instances for a Classic Load Balancer.

Args: load_balancer_name: Name of the Classic Load Balancer instance_ids: Optional list of instance IDs to filter by Returns: JSON string with instance health information

Input Schema

NameRequiredDescriptionDefault
instance_idsNo
load_balancer_nameYes

Input Schema (JSON Schema)

{ "properties": { "instance_ids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Instance Ids" }, "load_balancer_name": { "title": "Load Balancer Name", "type": "string" } }, "required": [ "load_balancer_name" ], "title": "describe_instance_healthArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

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/groovyBugify/aws-security-mcp'

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