What problem does it solve? Setting up, migrating to, and operating Amazon DocumentDB involves many AWS-specific pitfalls — TLS configuration, VPC-only networking, MongoDB compatibility gaps, DMS cutover orchestration, and major version upgrades — that cause production incidents when handled from generic MongoDB knowledge alone. ## Core Features & Use Cases - Cluster Setup & Connection: 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 assessments with the amazon-documentdb-tools compat tool, migrates indexes, and orchestrates DMS full-load-plus-CDC migrations with a structured cutover checklist. - Operations & Reviews: Diagnoses slow queries via explain() and COLLSCAN analysis, executes 41-check Well-Architected reviews with wa_review.py, and manages major version upgrades (4.0→5.0→8.0) in-place or near-zero-downtime. - Use Case: A team moving a MongoDB product catalog to AWS asks for help — the skill assesses operator compatibility, pre-creates indexes, runs the DMS migration with CDC, validates data, and produces a cutover plan. ## Quick Start Ask the assistant to create a new Amazon DocumentDB serverless cluster in your preferred region and generate a working connection string for your application.