Skip to content

Commit 9d025e6

Browse files
committed
Document allowlisting prerequisite for deployment and registration
Partners and customers need their AWS account allowlisted for the AWS Transform composability initiative before they can deploy or register agents. This wasn't mentioned anywhere, causing confusion when users hit access errors after building their agent.
1 parent c883645 commit 9d025e6

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55

66
Build custom agents for [AWS Transform](https://aws.amazon.com/transform/). The agent builder toolkit enables AWS Partners and customers to build agents tailored to their specific modernization needs that work within AWS Transform.
77

8+
## Prerequisites
9+
10+
Registering and deploying agents to AWS Transform requires your AWS account to be allowlisted for the [AWS Transform composability initiative](https://aws.amazon.com/transform/partners/). If you haven't joined yet, contact your Partner Development Manager (PDM) or apply through [AWS Partner Central](https://aws.amazon.com/transform/partners/).
11+
12+
You can still use the toolkit locally for agent development, documentation search, and testing without allowlisting — only deployment and registration require it.
13+
814
## Getting Started
915

1016
### Install via Kiro (recommended)

packages/mcp-server/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Tools are grouped into six categories:
5050

5151
- Python 3.11+
5252
- AWS credentials configured (standard `boto3` credential chain) for deployment and CloudWatch tools. Search and validation work offline.
53+
- **Deployment & registration tools**: Your AWS account must be allowlisted for the [AWS Transform composability initiative](https://aws.amazon.com/transform/partners/). Contact your Partner Development Manager (PDM) or apply through AWS Partner Central. Search and validation tools work without allowlisting.
5354

5455
## Development
5556

packages/sdk/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ if __name__ == "__main__":
146146
- Python 3.11+
147147
- AWS credentials configured (standard `boto3` credential chain), with Bedrock access for model inference
148148
- The `agent-builder-agentic-mcp` binary on disk — see [agent-builder-agentic-mcp-aws-transform](https://pypi.org/project/agent-builder-agentic-mcp-aws-transform/)
149+
- **Calling other AWS Transform agents**: Your AWS account must be allowlisted for the [AWS Transform composability initiative](https://aws.amazon.com/transform/partners/). Contact your Partner Development Manager (PDM) or apply through AWS Partner Central.
149150

150151
## License
151152

0 commit comments

Comments
 (0)