AWS Solutions Architect Associate — Practice Exam Questions
Chapter 28: Last 20 questions from the AWS Solutions Architect Practice Exam series!
--
Welcome to the last chapter related to the AWS Solutions Architect Associate Practice Exam series. This time, we will review the last 20 questions of the complete exam. Let’s finish it!
This exam will be divided into three parts. Here you can find the links to the other parts:
- AWS Solutions Architect Associate Complete Exam (part 1)
- AWS Solutions Architect Associate Complete Exam (part 2)
Remember that you can find all the chapters from the course at the following link:
EXAM QUESTIONS WITH SOLUTIONS
46-: A MySQL database will be migrated to the AWS Cloud. The cloud DB should be a managed solution that supports high availability and automatic failover in the event of an Availability Zone (AZ) outage. How can we achieve it?
- Use the AWS Database Migration Service (DMS) to directly migrate the database to an Amazon RDS MySQL Multi-AZ deployment.
- Use the AWS Database Migration Service (DMS) to directly migrate the database to Amazon RDS MySQL using the Schema Conversion Tool (SCT)
- Use the AWS Database Migration Service (DMS) to directly migrate the database to Amazon EC2.
- Use the AWS Database Migration Service (DMS) to directly migrate the database to Amazon EBS.
Solution: 1. The AWS Database Migration Service (DMS) can be used to migrate databases to AWS quickly and securely. The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database. You don’t need to use the Schema Conversion Tool (SCT), as it’s unnecessary to migrate to the same service, in this case, MySQL to MySQL.