What problem does it solve? Migrating a database to a different engine requires translating schemas, assessing compatibility, and fixing conversion issues manually. This Skill automates the full AWS DMS Schema Conversion lifecycle, from creating migration projects to converting schemas, running assessments, and applying changes to the target database. ## Core Features & Use Cases - Project Setup Wizard: Guides you through creating migration projects, data providers, instance profiles, IAM roles, S3 buckets, and subnet groups step by step. - Schema Conversion & Assessment: Converts database schemas to a target engine and exports conversion assessment reports (PDF/CSV) to S3 with complexity statistics and Action Items. - Metadata Tree Navigation & SQL Conversion: Browse source and target metadata trees, view DDL definitions, and convert individual SQL statements (SQL Server to PostgreSQL only). - Use Case: You need to migrate a SQL Server database to Aurora PostgreSQL. The Skill sets up the migration project, imports metadata, converts all schemas, shows how many objects converted automatically, and helps you fix remaining Action Items before applying the DDL to the target. ## Quick Start Ask the assistant to convert your database schema to a new engine using AWS DMS Schema Conversion, and it will check for existing migration projects or walk you through creating one.