AWS Security MCP

Apache 2.0
4
  • Apple

list_subnets

Identify and retrieve detailed subnet information across AWS VPCs for security and configuration analysis. Filter by VPC ID, CIDR, tags, or keywords to pinpoint specific subnets and streamline infrastructure management.

Instructions

List all subnets in a VPC or across all VPCs.

Args: vpc_id: Optional VPC ID to list subnets for. If None, lists subnets across all VPCs. include_details: Whether to include detailed subnet information (route tables, ACLs) limit: Maximum number of subnets to return (None for all) search_term: Optional text to filter subnets by ID, VPC ID, CIDR, or tags next_token: Optional pagination token for fetching next page of results Returns: JSON formatted string with subnet information

Input Schema

NameRequiredDescriptionDefault
include_detailsNo
limitNo
next_tokenNo
search_termNo
vpc_idNo

Input Schema (JSON Schema)

{ "properties": { "include_details": { "default": true, "title": "Include Details", "type": "boolean" }, "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" }, "vpc_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Vpc Id" } }, "title": "list_subnetsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g