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

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

A large IT hardware manufacturing company wants to deploy a MySQL database solution in the AWS Cloud. The solution should quickly create copies of the company's production databases for test purposes. The solution must deploy the test databases in minutes, and the test data should match the latest production data as closely as possible. Developers must also be able to make changes in the test database and delete the instances afterward.
Which solution meets these requirements?

  • A. Leverage Amazon RDS for MySQL with write-enabled replicas running on Amazon EC2. Create the test copies using a mysqidump backup from the RDS for MySQL DB instances and importing them into the new EC2 instances.
  • B. Leverage Amazon Aurora MySQL. Use database cloning to create multiple test copies of the production DB clusters.
  • C. Leverage Amazon Aurora MySQL. Restore previous production DB instance snapshots into new test copies of Aurora MySQL DB clusters to allow them to make changes.
  • D. Leverage Amazon RDS for MySQL. Use database cloning to create multiple developer copies of the production DB instance.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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: B
B. Amazon Aurora MySQL, database cloning
upvoted 1 times
...
Pranava_GCP
1 year, 9 months ago
B. Amazon Aurora MySQL, database cloning https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html "Aurora cloning is especially useful for quickly setting up test environments using your production data, without risking data corruption. You can use clones for many types of applications, such as the following: Experiment with potential changes (schema changes and parameter group changes, for example) to assess all impacts. Run workload-intensive operations, such as exporting data or running analytical queries on the clone. Create a copy of your production DB cluster for development, testing, or other purposes."
upvoted 2 times
...
SonamDhingra
2 years, 8 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
mbar94
2 years, 9 months ago
Selected Answer: B
Quick and easy deploy - Aurora with cloning feature. It's B.
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 ...