AWS Security MCP

Apache 2.0
4
  • Apple

list_ec2_resources

Retrieve detailed JSON-formatted information about specified EC2 resources (instances, security groups, VPCs, etc.) with options to filter by type, state, search term, and pagination.

Instructions

List EC2 resources of the specified type.

Args: resource_type: Type of EC2 resource to list (instances, security_groups, vpcs, route_tables, subnets, or all) limit: Maximum number of resources to return (None for all) search_term: Optional search term to filter resources state: Instance state to filter by (default is "running"). Only applies to instances. next_token: Optional pagination token for fetching next page of results Returns: JSON formatted string with EC2 resource information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
resource_typeNoall
search_termNo
stateNorunning

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "resource_type": { "default": "all", "title": "Resource Type", "type": "string" }, "search_term": { "default": "", "title": "Search Term", "type": "string" }, "state": { "default": "running", "title": "State", "type": "string" } }, "title": "list_ec2_resourcesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g