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

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

A company's applications store data in Amazon Aurora MySQL DB clusters. The company has separate AWS accounts for its production, test, and development environments. To test new functionality in the test environment, the company's development team requires a copy of the production database four times a day.
Which solution meets this requirement with the MOST operational efficiency?

  • A. Take a manual snapshot in the production account. Share the snapshot with the test account. Restore the database from the snapshot.
  • B. Take a manual snapshot in the production account. Export the snapshot to Amazon S3. Copy the snapshot to an S3 bucket in the test account. Restore the database from the snapshot.
  • C. Share the Aurora DB cluster with the test account. Create a snapshot of the production database in the test account. Restore the database from the snapshot.
  • D. Share the Aurora DB cluster with the test account. Create a clone of the production database in the test account.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Pranava_GCP
1 year, 9 months ago
Selected Answer: D
D. Share the Aurora DB cluster with the test account. Create a clone of the production database in the test account.
upvoted 2 times
...
OCHT
2 years, 3 months ago
Selected Answer: D
This solution provides the most operational efficiency because it eliminates the need to take and share manual snapshots or export them to S3. By sharing the Aurora DB cluster with the test account, the development team can create a clone of the production database in their environment whenever they need it. This can be done quickly and easily, without any interruption to the production database. Additionally, the clone can be used for testing new functionality without affecting the production environment.
upvoted 1 times
...
cloudsunriser
2 years, 8 months ago
Selected Answer: D
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html#Aurora.Managing.Clone.Cross-Account
upvoted 3 times
...
SonamDhingra
2 years, 9 months ago
Selected Answer: D
D is correct
upvoted 1 times
...
mbar94
2 years, 9 months ago
Selected Answer: D
It's D. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html#Aurora.Managing.Clone.Cross-Account
upvoted 2 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 ...