AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

search_load_balancer

Search for AWS load balancers by ARN, name, or DNS name. The tool queries ELBv2 first, then falls back to classic ELB, returning detailed load balancer information in JSON format for security analysis and configuration checks.

Instructions

Search for a load balancer by ARN, name, or DNS name.

Searches ELBv2 first, then falls back to classic ELB if needed. Args: identifier: Load balancer ARN, name, or DNS name Returns: JSON string with load balancer information

Input Schema

NameRequiredDescriptionDefault
identifierYes

Input Schema (JSON Schema)

{ "properties": { "identifier": { "title": "Identifier", "type": "string" } }, "required": [ "identifier" ], "title": "search_load_balancerArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g