AWS Security MCP

Apache 2.0
4
  • Apple

describe_target_health

Monitor and retrieve health status of targets in an AWS target group to ensure proper load balancing and identify potential issues with specific endpoints.

Instructions

Describe the health of targets in a target group.

Args: target_group_arn: ARN of the target group targets: Optional list of targets to describe Returns: JSON string with target health information

Input Schema

NameRequiredDescriptionDefault
target_group_arnYes
targetsNo

Input Schema (JSON Schema)

{ "properties": { "target_group_arn": { "title": "Target Group Arn", "type": "string" }, "targets": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Targets" } }, "required": [ "target_group_arn" ], "title": "describe_target_healthArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g