MCP SysOperator

by tarnover

aws_elb

Manage AWS Elastic Load Balancers directly from MCP SysOperator. Perform actions like listing, creating, and deleting load balancers across specified regions with customizable configurations such as type, subnets, and security groups.

Instructions

Manage AWS Elastic Load Balancers

Input Schema

NameRequiredDescriptionDefault
actionYes
healthCheckNo
lbTypeNoapplication
listenersNo
nameNo
regionYes
schemeNo
securityGroupsNo
subnetsNo
tagsNo
targetGroupsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "enum": [ "list", "create", "delete" ], "type": "string" }, "healthCheck": {}, "lbType": { "default": "application", "enum": [ "classic", "application", "network" ], "type": "string" }, "listeners": { "type": "array" }, "name": { "type": "string" }, "region": { "minLength": 1, "type": "string" }, "scheme": { "type": "string" }, "securityGroups": { "items": { "type": "string" }, "type": "array" }, "subnets": { "items": { "type": "string" }, "type": "array" }, "tags": { "additionalProperties": { "type": "string" }, "type": "object" }, "targetGroups": { "type": "array" } }, "required": [ "action", "region" ], "type": "object" }

You must be authenticated.

Other Tools from MCP SysOperator

Related Tools

ID: 7ov3ozxt9a