AWS Security MCP

by groovyBugify
Verified
Apache 2.0
4
  • Apple

list_ec2_instances

Query and filter AWS EC2 instances by name, ID, type, or state. Retrieve detailed instance information in JSON format for security analysis and infrastructure oversight.

Instructions

List EC2 instances with details.

Args: limit: Maximum number of instances to return (None for all) search_term: Optional search term to filter instances by name, ID, or type state: Instance state to filter by (default is "running"). Set to empty string to show all states. next_token: Pagination token from a previous request (optional) Returns: JSON formatted string with EC2 instance information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
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" }, "search_term": { "default": "", "title": "Search Term", "type": "string" }, "state": { "default": "running", "title": "State", "type": "string" } }, "title": "list_ec2_instancesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g