agent-bom discover aws
Inventory AWS AI Assets and Generate Standardized Bill of Materials
Install & Use
Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:
Help me install this AI Skill: agent-bom discover aws. It is used for: Inventory AWS AI Assets and Generate Standardized Bill of Materials Full Skill content: https://321skill.com/skills/agent-bom-discover-aws-x-4/raw/index.md Read that page and install it.
The prompt includes a link to the full Skill content. You can also view the full content.
This Skill addresses the challenge of quickly discovering AI Agent and MCP-related assets within an AWS environment and generating a standardized inventory. In real-world operations or development, teams often need to understand what Bedrock Agents, ECS services, SageMaker endpoints, Lambda functions, EKS clusters, Step Functions state machines, or EC2 instances are deployed under their current account. However, manually gathering resource information scattered across various service consoles is time-consuming and prone to omissions. This Skill performs a single read-only scan to automatically aggregate all AI-related infrastructure, outputting a JSON inventory compliant with the agent-bom specification. This provides a unified data foundation for subsequent dependency analysis, security audits, or cost optimization.
Usage is straightforward. You simply need to ensure Python 3.11+ and the agent-bom tool are installed locally, and configure valid AWS temporary credentials (recommended via AWS SSO, WebIdentity, or STS). You can then trigger the scan using a natural language instruction (e.g., "Inventory all Bedrock Agents and ECS services in the current AWS account"). The Skill calls the AWS SDK's read-only APIs to query each service sequentially, ultimately writing the results to a JSON file you specify. The entire process does not require handing long-term cloud credentials to a third party, and the data flow remains entirely within the operator's local control.
It is well-suited for operations engineers, agent developers, and platform architects managing multi-cloud or large-scale AWS infrastructure. Teams already using agent-bom for AI asset inventory management can seamlessly integrate this Skill's output for direct dependency analysis, policy assessment, or compliance checks. For enterprises building AI Agent platforms, this Skill helps quickly assess their existing assets, avoiding resource redundancy or security blind spots.
It is recommended to first use the agent-bom trust command to confirm the required scope of read-only IAM permissions and ensure the AWS credential chain is correctly configured before initial use. Note that this Skill only supports the AWS platform, and the scan scope is limited to regions and resources accessible by the current credentials. Credential pattern values are automatically masked in the output JSON, but operators are still responsible for managing the storage and sharing permissions of the output file.
Key Features
Unlike general-purpose resource inventory tools such as AWS Config or Resource Explorer, agent-bom-discover-aws specifically focuses on AI Agent and MCP-related assets (e.g., Bedrock, SageMaker, ECS). It outputs the standardized agent-bom JSON format and operates without requiring long-term credentials, directly reusing the operator's existing short-term STS credentials for enhanced security.
Limitations
Requires Python 3.11+ and the agent-bom tool. Only supports the AWS platform. Relies on the operator's existing AWS SDK credential chain (does not support cross-cloud). Scan scope is limited to regions and resources accessible by the credentials.
FAQ
How do I install agent-bom-discover-aws?
Simply install the agent-bom tool via pip: `pip install agent-bom`. This Skill is provided as a built-in subcommand.
What AWS permissions are required?
Read-only IAM permissions are required. Specific policies can be viewed using the `agent-bom trust` command. Using AWS SSO or STS temporary credentials is recommended; avoid using long-term access keys.
Installation guide for AI assistants
If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:
Visit https://321skill.com/skills/agent-bom-discover-aws-x-4/raw/index.md to read the original Skill definition (Markdown format) for agent-bom discover aws, and install it according to the instructions.
Raw Markdown URL for AI: /skills/agent-bom-discover-aws-x-4/raw/index.md