Topic 1 Question 440
2 つ選択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 ofAmazon Aurora to host the DB instance.
Which solutions will create the new DB instance?
Import the RDS snapshot directly into Aurora.
Upload the RDS snapshot to Amazon S3. Then import the RDS snapshot into Aurora.
Upload the database dump to Amazon S3. Then import the database dump into Aurora.
Use AWS Database Migration Service (AWS DMS) to import the RDS snapshot into Aurora.
Upload the database dump to Amazon S3. Then use AWS Database Migration Service (AWS DMS) to import the database dump into Aurora.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: AC
A,C A because the snapshot is already stored in AWS. C because you dont need a migration tool going from MySQL to MySQL. You would use the MySQL utility.
👍 5Axaus2023/05/17 - 正解だと思う選択肢: AC👍 4oras20232023/05/27
- 正解だと思う選択肢: BC
Id say B and C You can create a dump of your data using the mysqldump utility, and then import that data into an existing Amazon Aurora MySQL DB cluster.
c>- Because Amazon Aurora MySQL is a MySQL-compatible database, you can use the mysqldump utility to copy data from your MySQL or MariaDB database to an existing Amazon Aurora MySQL DB cluster.
B.- You can copy the source files from your source MySQL version 5.5, 5.6, or 5.7 database to an Amazon S3 bucket, and then restore an Amazon Aurora MySQL DB cluster from those files.
👍 2Efren2023/05/16
シャッフルモード