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 108 discussion

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

A company has a 20 TB production Amazon Aurora DB cluster. The company runs a large batch job overnight to load data into the Aurora DB cluster. To ensure the company's development team has the most up-to-date data for testing, a copy of the DB cluster must be available in the shortest possible time after the batch job completes.
How should this be accomplished?

  • A. Use the AWS CLI to schedule a manual snapshot of the DB cluster. Restore the snapshot to a new DB cluster using the AWS CLI.
  • B. Create a dump file from the DB cluster. Load the dump file into a new DB cluster.
  • C. Schedule a job to create a clone of the DB cluster at the end of the overnight batch process.
  • D. Set up a new daily AWS DMS task that will use cloning and change data capture (CDC) on the DB cluster to copy the data to a new DB cluster. Set up a time for the AWS DMS stream to stop when the new cluster is current.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
shantest1
Highly Voted 3 years, 8 months ago
C. answer Aurora can do cloning.
upvoted 14 times
...
novice_expert
Highly Voted 3 years, 1 month ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html Creating a clone is faster and more space-efficient than physically copying the data using other techniques, such as restoring a snapshot.
upvoted 5 times
...
Pranava_GCP
Most Recent 1 year, 8 months ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html D. does not make sense, DMS doesn't use cloning.
upvoted 2 times
...
megadba
3 years, 1 month ago
Selected Answer: C
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html
upvoted 1 times
...
Balaji_Cloud
3 years, 4 months ago
C - because Clone should kick-off after batch completes
upvoted 2 times
...
GMartinelli
3 years, 5 months ago
Selected Answer: C
Option C, Clone is easy and fast
upvoted 2 times
...
Suresh108
3 years, 7 months ago
CCCC - faster clones
upvoted 1 times
...
Aesthet
3 years, 7 months ago
C final answer
upvoted 2 times
...
manan728
3 years, 7 months ago
C is correct.
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 ...