
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company used an Amazon RDS for MySQL DB instance during application testing. Before terminating the DB instance at the end of the test cycle, a solutions architect created two backups. The solutions architect created the first backup by using the mysqldump utility to create a database dump. The solutions architect created the second backup by enabling the final DB snapshot option on RDS termination.
The company is now planning for a new test cycle and wants to create a new DB instance from the most recent backup. The company has chosen a MySQL-compatible edition of Amazon Aurora to host the DB instance.
Which solutions will create the new DB instance? (Choose two.)
A
Import the RDS snapshot directly into Aurora.
B
Upload the RDS snapshot to Amazon S3. Then import the RDS snapshot into Aurora.
C
Upload the database dump to Amazon S3. Then import the database dump into Aurora.
D
Use AWS Database Migration Service (AWS DMS) to import the RDS snapshot into Aurora.
E
Upload the database dump to Amazon S3. Then use AWS Database Migration Service (AWS DMS) to import the database dump into Aurora.
Explanation:
Correct Answers: C and E
mysql command-line tool or AWS Database Migration Service.A: Import the RDS snapshot directly into Aurora.
B: Upload the RDS snapshot to Amazon S3. Then import the RDS snapshot into Aurora.
D: Use AWS Database Migration Service (AWS DMS) to import the RDS snapshot into Aurora.
RDS snapshots vs. Database dumps:
Migration paths:
Best practice: For migrating from RDS MySQL to Aurora, AWS recommends using AWS DMS or logical backups with mysqldump.