What problem does it solve?
Setting up, migrating to, and operating Amazon DocumentDB involves many error-prone details — TLS and VPC configuration, MongoDB compatibility gaps, DMS migration orchestration, index design, and major version upgrades — that commonly cause production incidents when handled from generic MongoDB knowledge alone.
Core Features & Use Cases
- Cluster setup and connectivity: Creates serverless DocumentDB 8.0 clusters with correct TLS, VPC security group, and driver configuration for Python, Node.js, Java, Go, C#, and Ruby.
- MongoDB migration: Runs compatibility assessment with the amazon-documentdb-tools compat tool, migrates indexes, and orchestrates DMS full-load-plus-CDC migrations with cutover checklists.
- Performance and operations: Diagnoses slow queries via explain() and COLLSCAN analysis, designs flexible schemas with vector search for RAG workloads, runs a 41-check Well-Architected review, and executes major version upgrades (4.0 to 5.0 to 8.0).
- Use Case: A team migrating a MongoDB product catalog to AWS asks for help — the skill assesses operator compatibility, pre-creates indexes, configures DMS endpoints with verify-full TLS, monitors CDC lag, and produces a migration plan artifact.
Quick Start
Ask the agent to create a new Amazon DocumentDB serverless cluster in your region and generate a working connection string for your application.