What problem does it solve? Running Amazon DocumentDB in production involves many error-prone tasks: creating clusters with correct TLS/VPC settings, assessing MongoDB compatibility, migrating data with DMS, diagnosing slow queries, and performing major version upgrades. This Skill executes these workflows directly against your cluster instead of just giving advice, producing concrete artifacts like compatibility reports and migration plans. ## Core Features & Use Cases - Cluster Setup & Connection: Creates serverless DocumentDB 8.0 clusters with correct TLS, VPC security groups, and driver configuration for Python, Node.js, Java, Go, C#, and Ruby. - MongoDB Migration: Runs the amazon-documentdb-tools compatibility assessor, migrates indexes, and orchestrates DMS full-load-plus-CDC tasks with a validated cutover checklist. - Performance & Well-Architected Review: Diagnoses COLLSCAN slow queries with explain() analysis and runs a 41-check automated Well-Architected review across 6 pillars via wa_review.py. - Use Case: A team migrating a MongoDB product catalog to AWS asks for help. The Skill runs the compatibility tool against the source, flags unsupported operators like $where, pre-creates indexes on the target, sets up DMS endpoints with verify-full TLS, monitors CDC latency to zero, and walks through the cutover steps. ## Quick Start Ask the assistant to create a new serverless DocumentDB cluster in your preferred region and generate a working connection string for your application.