
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.