AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

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

ID: s0vblk657g