
Answer-first summary for fast verification
Answer: Directly import the RDS snapshot into Aurora., Utilize AWS DMS to import the RDS snapshot into Aurora.
The correct answers are A and D. Option A is correct because Amazon RDS snapshots can be directly imported into Amazon Aurora. Option D is also correct because AWS Database Migration Service (AWS DMS) can be used to import RDS snapshots into Amazon Aurora, making both approaches valid for creating a new DB instance from the backups. Options B, C, and E involve extra unnecessary steps or are incorrect methodologies for this specific task.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
During a test cycle, a company utilized an Amazon RDS MySQL instance and created two backups: one using mysqldump and another via an RDS snapshot. For the upcoming test cycle, they intend to establish a new DB instance using Amazon Aurora, compatible with MySQL. Identify the two viable methods to create this new instance from the backups.
A
Directly import the RDS snapshot into Aurora.
B
Upload the RDS snapshot to Amazon S3, then import it into Aurora.
C
Upload the mysqldump database dump to Amazon S3, then import it into Aurora.
D
Utilize AWS DMS to import the RDS snapshot into Aurora.
E
Upload the mysqldump database dump to Amazon S3, then use AWS DMS to import it into Aurora.
No comments yet.