Skip to main content
Glama

AWS‑IReveal‑MCP

ec2_describe_flow_logs

Retrieve detailed information about VPC Flow Logs in a specified AWS region. Filter results by Flow Log IDs, resource IDs, or resource type, and control the number of results returned.

Instructions

Describe one or more VPC Flow Logs.
If no filter is provided, returns all Flow Logs in the region.

Parameters:
  aws_region (str): The AWS region - use 'us-east-1' if not specified.
  flow_log_ids (list[str], optional): List of Flow Log IDs to describe.
  resource_ids (list[str], optional): List of resource IDs to filter by.
  resource_type (str, optional): Type of resource to filter by (e.g. 'VPC', 'NetworkInterface', 'Subnet').
  max_results (int, optional): Maximum number of results to return.

Returns:
    str: JSON-formatted list of Flow Logs.

Input Schema

NameRequiredDescriptionDefault
aws_regionYes
flow_log_idsNo
max_resultsNo
resource_idsNo
resource_typeNo

Input Schema (JSON Schema)

{ "properties": { "aws_region": { "title": "Aws Region", "type": "string" }, "flow_log_ids": { "default": null, "items": { "type": "string" }, "title": "Flow Log Ids", "type": "array" }, "max_results": { "default": 10, "title": "Max Results", "type": "integer" }, "resource_ids": { "default": null, "items": { "type": "string" }, "title": "Resource Ids", "type": "array" }, "resource_type": { "default": null, "title": "Resource Type", "type": "string" } }, "required": [ "aws_region" ], "title": "ec2_describe_flow_logsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brucedh/aws-ireveal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server