DocumentDB Joins the AI Agent Toolkit! A New Skill for Agent Toolkit for AWS
Hey, it's Shiichan! Today's news expands just a bit more of what you can hand off to an AI agent when it comes to running your databases.
AWS What's NewWhat was announced?
AWS What's New announced that Amazon DocumentDB (the MongoDB-compatible database) is now available as a specialized skill in the Agent Toolkit for AWS. With this skill, AI coding agents can set up, manage, migrate, optimize, and troubleshoot DocumentDB clusters by following established best-practice workflows.
There are seven supported workflows:
- Cluster provisioning
- Schema design
- MongoDB compatibility assessment
- DMS-based migration with change data capture
- Performance tuning
- A 41-check Well-Architected review
- Major version upgrades
Why it matters
The Agent Toolkit for AWS already existed, but the fine details of DocumentDB operations meant an agent had to dig through documentation on its own, or a person had to look up guidance and give step-by-step instructions each time. Packaging those steps into a dedicated DocumentDB skill means agents no longer start from scratch every time, which should cut down on errors too.
What changes
Paired with the AWS MCP Server, agents can run AWS CLI commands and diagnostic queries under IAM-based guardrails. It also supports CloudTrail audit logging and sandboxed execution, which should give teams more confidence handing this work off. For teams that want to keep things local, the skill also works standalone through the AWS CLI.
On pricing, it's available at no additional charge as part of the Agent Toolkit for AWS.
Wrap-up
- Amazon DocumentDB is now a specialized skill in the Agent Toolkit for AWS
- Covers seven workflows: cluster provisioning, schema design, MongoDB compatibility assessment, DMS migration, performance tuning, a 41-check Well-Architected review, and version upgrades
- Paired with the AWS MCP Server, agents can run AWS CLI commands with IAM guardrails, CloudTrail audit logging, and sandboxed execution
- Also works standalone via the AWS CLI, at no extra charge
If you run DocumentDB and want to hand off your day-to-day database work to an agent, this is worth trying right away!