Amazon DocumentDB Toolkit Overview End-to-end DocumentDB toolkit covering seven workflows: connection (serverless-default cluster setup, TLS, VPC, driver config), schema design (embed-vs-reference, indexes, vector search for RAG), compatibility assessment (MongoDB → DocumentDB), migration (DMS full-load + CDC + cutover), performance tuning (explain, COLLSCAN, anti-patterns), Well-Architected review (41 checks across 6 pillars), and major version upgrade (4.0→5.0, 5.0→8.0 in-place or near-zero-downtime). The skill acts as an executor — it runs AWS CLI commands, DMS tasks, index tools, and explain() against the user's cluster rather than just advising. Each workflow produces concrete artifacts under artifacts/{app-name}/ . The AWS MCP server is recommended for executing AWS commands via its call_aws tool (sandboxed execution, audit logging), but it is not required — when the MCP server is not available, the same aws ... CLI commands run via shell. Decision Guide Show more Installs 766 Repository aws/agent-toolk…-for-aws GitHub Stars 2.0K First Seen Jun 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
amazon-documentdb
安装
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill amazon-documentdb