Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Elastic Load Balancing MCP Server

<fullname>Elastic Load Balancing</fullname> <p>A load balancer can distribute incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-elasticloadbalancing

Environment Variables

ELASTIC_LOAD_BALANCING_API_KEY

Example: your_elastic_load_balancing_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-elasticloadbalancing": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-elasticloadbalancing"],
      "env": {
      "ELASTIC_LOAD_BALANCING_API_KEY": "your_elastic_load_balancing_api_key"
}
    }
  }
}

Endpoints

GET/#Action=AddTags

GET_AddTags

POST/#Action=AddTags

POST_AddTags

GET/#Action=ApplySecurityGroupsToLoadBalancer

GET_ApplySecurityGroupsToLoadBalancer

POST/#Action=ApplySecurityGroupsToLoadBalancer

POST_ApplySecurityGroupsToLoadBalancer

GET/#Action=AttachLoadBalancerToSubnets

GET_AttachLoadBalancerToSubnets

POST/#Action=AttachLoadBalancerToSubnets

POST_AttachLoadBalancerToSubnets

GET/#Action=ConfigureHealthCheck

GET_ConfigureHealthCheck

POST/#Action=ConfigureHealthCheck

POST_ConfigureHealthCheck

GET/#Action=CreateAppCookieStickinessPolicy

GET_CreateAppCookieStickinessPolicy

POST/#Action=CreateAppCookieStickinessPolicy

POST_CreateAppCookieStickinessPolicy