Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 440 discussion

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? (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.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Axaus
Highly Voted 1 year, 1 month ago
Selected Answer: 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.
upvoted 11 times
...
oras2023
Highly Voted 1 year, 1 month ago
Selected Answer: AC
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.RDSMySQL.Import.html
upvoted 7 times
...
JackyCCK
Most Recent 3 months ago
If you can use option A - "Import the RDS snapshot directly into Aurora", why go S3 in option C ? Non sense, A and C cannot co-exist
upvoted 1 times
...
pentium75
6 months, 1 week ago
Selected Answer: AC
A per https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.RDSMySQL.Snapshot.html C per https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html
upvoted 5 times
...
aws94
6 months, 3 weeks ago
Selected Answer: AB
A and B
upvoted 1 times
...
meowruki
7 months, 1 week ago
Selected Answer: AC
Similar : https://repost.aws/knowledge-center/aurora-postgresql-migrate-from-rds
upvoted 2 times
...
potomac
8 months ago
Selected Answer: AD
A and C
upvoted 1 times
...
TariqKipkemei
8 months, 1 week ago
Selected Answer: AC
Either import the RDS snapshot directly into Aurora or upload the database dump to Amazon S3, then import the database dump into Aurora.
upvoted 2 times
...
thanhnv142
8 months, 2 weeks ago
AC: - store dump in s3 then upload to aurora - no need to store snapshot in s3 because is in AWS already
upvoted 4 times
...
Guru4Cloud
10 months, 2 weeks ago
Selected Answer: CE
C and E are the solutions that can restore the backups into Amazon Aurora. The RDS DB snapshot contains backup data in a proprietary format that cannot be directly imported into Aurora. The mysqldump database dump contains SQL statements that can be imported into Aurora after uploading to S3. AWS DMS can migrate the dump file from S3 into Aurora.
upvoted 2 times
...
james2033
11 months, 3 weeks ago
Selected Answer: AC
Amazon RDS for MySQL --> Amazon Aurora MySQL-compatible. * mysqldump, database dump --> (C) Upload to Amazon S3, Import dump to Aurora. * DB snapshot --> (A) Import RDS Snapshot directly Aurora. The correct word should be "migration". "Use console to migrate the DB snapshot and create an Aurora MySQL DB cluster with the same databases as the original MySQL DB instance." Exclude B, because no need upload DB snapshot to Amazon S3. Exclude D, because no need Migration service. Exclude E, because no need Migration service. Use exclusion method is more easy for this question. Related links: - Amazon RDS create database snapshot https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html - https://aws.amazon.com/rds/aurora/
upvoted 2 times
...
marufxplorer
1 year ago
CE Since the backup created by the solutions architect was a database dump using the mysqldump utility, it cannot be directly imported into Aurora using RDS snapshots. Amazon Aurora has its own specific backup format that is different from RDS snapshots
upvoted 3 times
Guru4Cloud
10 months, 2 weeks ago
C and E are the solutions that can restore the backups into Amazon Aurora. The RDS DB snapshot contains backup data in a proprietary format that cannot be directly imported into Aurora. The mysqldump database dump contains SQL statements that can be imported into Aurora after uploading to S3. AWS DMS can migrate the dump file from S3 into Aurora.
upvoted 2 times
...
...
antropaws
1 year, 1 month ago
Selected Answer: AC
Migrating data from MySQL by using an Amazon S3 bucket You can copy the full and incremental backup files from your source MySQL version 5.7 database to an Amazon S3 bucket, and then restore an Amazon Aurora MySQL DB cluster from those files. This option can be considerably faster than migrating data using mysqldump, because using mysqldump replays all of the commands to recreate the schema and data from your source database in your new Aurora MySQL DB cluster. By copying your source MySQL data files, Aurora MySQL can immediately use those files as the data for an Aurora MySQL DB cluster. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html
upvoted 3 times
...
omoakin
1 year, 1 month ago
BE Upload the RDS snapshot to Amazon S3. Then 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
upvoted 1 times
...
Efren
1 year, 1 month ago
Selected Answer: 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.
upvoted 2 times
...
nosense
1 year, 1 month ago
Selected Answer: BE
Rds required upload to s3
upvoted 1 times
nosense
1 year, 1 month ago
If too be honestly can't decide between be and bc...
upvoted 1 times
Guru4Cloud
10 months, 2 weeks ago
using the mysqldump database dump provide valid solutions to restore into Aurora. Options A, B, and D using the RDS snapshot cannot directly restore into Aurora.
upvoted 1 times
...
...
nosense
1 year, 1 month ago
in the end, apparently the A and C. a) because it creates a new DB b) no sense to load in s3. can directly c) yes, creates a new inst d and e migration
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in