exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 279 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 279
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company's database specialist is migrating a production Amazon RDS for MySQL database to Amazon Aurora MySQL. The source database is configured for Multi-AZ. The company's production team wants to validate the target database before switching the associated application over to use the new database endpoint. The database specialist plans to use AWS Database Migration Service (AWS DMS) for the migration.

Which steps should the database specialist perform to meet the production team's requirement? (Choose three.)

  • A. Enable automatic backups on the source database
  • B. Disable automatic backups on the source database
  • C. Enable binary logging. Set the binlog format parameter to ROW on the source database.
  • D. Enable binary logging. Set the binlog_format parameter to MIXED on the source database
  • E. Use the source primary database as the source endpoint for the DMS task. Configure the task as full load plus change data capture(CDC) to complete the migration
  • F. Use the source secondary database as the source endpoint for the DMS task. Configure the task as full load plus change data capture (CDC) to complete the migration
Show Suggested Answer Hide Answer
Suggested Answer: ACE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DBA_MJF
Highly Voted 2 years, 7 months ago
Selected Answer: ACE
I think the answer is ACE. However, C should be binlog_format (not binlog format(. The information below is from https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.Homogeneous. When using an AWS-managed MySQL-compatible database as a source for AWS DMS, make sure that you have the following prerequisites for CDC: To enable binary logs for RDS for MySQL and for RDS for MariaDB, enable automatic backups at the instance level. Set the binlog_format parameter to "ROW".
upvoted 6 times
...
MultiAZ
Most Recent 1 year, 6 months ago
ACE The binlog_format has to be ROW as per https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html
upvoted 1 times
...
calduck
1 year, 7 months ago
why not D? MIXED is recommended unless you have a need for a specific binlog format.
upvoted 1 times
...
DanShone
1 year, 10 months ago
Selected Answer: ACE
ACE Is Correct
upvoted 1 times
...
satishstechie
2 years, 7 months ago
ACE should be right.
upvoted 4 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 ...