Which combination of steps should the company take for the migration?
(Choose two.)
Use Migration Evaluator Quick Insights to analyze the source databases and to identify the stored procedures that need to be migrated.
Use AWS Application Migration Service to analyze the source databases and to identify the stored procedures that need to be migrated.
Use the AWS Schema Conversion Tool (AWS SCT) to analyze the source databases for changes that are required
Use AWS Database Migration Service (AWS DMS) to migrate the source databases to Amazon RDS.
Use AWS DataSync to migrate the data from the source databases to Amazon RDS.
Explanations:
Migration Evaluator Quick Insights is primarily used for analyzing on-premises infrastructure and identifying potential savings in AWS. It does not focus on analyzing databases or identifying stored procedures for migration.
AWS Application Migration Service is designed to facilitate the migration of applications, but it does not specifically analyze databases or identify stored procedures. It is more suited for lift-and-shift migrations of applications rather than database-specific analysis.
The AWS Schema Conversion Tool (AWS SCT) is specifically designed to help convert database schemas from one database engine to another. It analyzes the source databases, identifies the necessary changes for compatibility with the target RDS engines, and provides guidance on migrating stored procedures, making it essential for this migration scenario.
AWS Database Migration Service (AWS DMS) is designed to migrate databases to AWS easily. It supports continuous replication and migration of data with minimal downtime, making it suitable for moving the company’s databases to Amazon RDS, including any custom schemas and stored procedures after they have been converted.
AWS DataSync is primarily used for transferring files between on-premises storage and AWS storage services, such as Amazon S3 or EFS. It is not intended for migrating databases and does not support the necessary database migration tasks, such as handling schemas and procedures.