AWS Database Migration Service and Schema Conversion Tool
Note: AWS Database Migration Service (AWS DMS) and the AWS Schema Conversion Tool (SCT) are listed in the CLF-C02 Exam Guide as in-scope. The AWS Academy module PDFs (modules 1-10) in this workspace provide only minimal coverage of these services, with a single mention in Module 8.
"Amazon Aurora ... integrates with features such as AWS Database Migration Service (AWS DMS) and the AWS Schema Conversion Tool. These features are designed to help you move your dataset into Amazon Aurora."
— Module 8: Databases
AWS DMS helps you migrate databases to AWS easily and securely. It can migrate data from on-premises databases, EC2-hosted databases, or other cloud databases to AWS database services including Aurora, RDS, DynamoDB, Redshift, and S3.
SCT converts the source database schema and most custom code (views, stored procedures, functions) to a format compatible with the target database. It is typically used together with DMS for heterogeneous migrations.
For additional depth on DMS and SCT, consult the exam guide directly. The CLF-C02 exam tests these services at a foundational level — know what they do and when they are used.