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

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

A company has migrated a single MySQL database to Amazon Aurora. The production data is hosted in a DB cluster in VPC_PROD, and 12 testing environments are hosted in VPC_TEST using the same AWS account. Testing results in minimal changes to the test data. The Development team wants each environment refreshed nightly so each test database contains fresh production data every day.
Which migration approach will be the fastest and most cost-effective to implement?

  • A. Run the master in Amazon Aurora MySQL. Create 12 clones in VPC_TEST, and script the clones to be deleted and re-created nightly.
  • B. Run the master in Amazon Aurora MySQL. Take a nightly snapshot, and restore it into 12 databases in VPC_TEST using Aurora Serverless.
  • C. Run the master in Amazon Aurora MySQL. Create 12 Aurora Replicas in VPC_TEST, and script the replicas to be deleted and re-created nightly.
  • D. Run the master in Amazon Aurora MySQL using Aurora Serverless. Create 12 clones in VPC_TEST, and script the clones to be deleted and re-created nightly.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
zanhsieh
Highly Voted 3 years, 7 months ago
A. B dropped due to snapshot is slower (full disk dump) than clone (copy-on-write) C dropped due to no write on Aurora Replicas D dropped due to there’s no option for cloning in the console.
upvoted 13 times
Huy
3 years, 7 months ago
Cloning is not supported on Aurora Serverless nor Cross-Region. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html
upvoted 5 times
ChauPhan
3 years, 7 months ago
No, it is cross-account, not cross-region. The question mentions same account You can create an Aurora provisioned clone from a provisioned Aurora DB cluster. You can create an Aurora Serverless v1 clone from an Aurora Serverless v1 DB cluster. But you can also create Aurora Serverless v1 clones from Aurora provisioned DB clusters, and you can create provisioned clones from Aurora Serverless v1 DB clusters. "CROSS-ACCOUNT cloning currently doesn't support cloning Aurora Serverless v1 DB clusters"
upvoted 1 times
...
...
...
MultiAZ
Most Recent 1 year, 4 months ago
Selected Answer: A
Answer is A The question does not mention variable workload, so I see no need for Serverless (D)
upvoted 1 times
...
IhorK
1 year, 9 months ago
Selected Answer: A
Choose between A and D. To have Aurora Serverless we need to convert RDS Aurora MySQL to Aurora Serverless MySQL. We can do it 3 ways: - Snapshot restore - Logical backup and restore - A new serverless reader (for Amazon Aurora PostgreSQL-Compatible Edition versions 13.6 and later). Add a serverless reader, force a failover. This promotes the reader instance to a writer instance. https://repost.aws/knowledge-center/aurora-migrate-provisioned-serverless We are asked for "the fastest" solution, so, answer A.
upvoted 2 times
...
Pankaj24hrs
2 years ago
D https://aws.amazon.com/about-aws/whats-new/2021/06/amazon-aurora-serverless-v1-supports-fast-database-cloning/ Aurora Serverless supports fast database cloning. You only pay for additional storage if you make data changes in the cloned DB cluster. In question it mentioned "Testing results in minimal changes to the test data" so there will be a minimal cost for dev env databases. Most cost-effective.
upvoted 1 times
...
Mintwater
2 years, 1 month ago
A. it is possible to create an Aurora Cluster with a replica and then use it to create an Aurora Serverless cluster. Then use the Serverless cluster as the source to clone 12 DEV DB. Not choosing D is because D -- we can not choose Serverless as master primary DB because severless is for infrequently use
upvoted 1 times
...
im_not_robot
2 years, 3 months ago
A is fasted but B is most cost effective D is wrong due to it is not recommend to use serverless db for production.
upvoted 2 times
Mintwater
2 years, 1 month ago
Agree A Agree your point - " not recommend to use serverless db for production"
upvoted 1 times
...
...
guau
2 years, 3 months ago
Selected Answer: D
D Serverless is fastest and clone is supported
upvoted 2 times
...
teo2157
2 years, 3 months ago
Selected Answer: D
Go for D as Aurora Serverless support clonning since June 2021 https://aws.amazon.com/about-aws/whats-new/2021/06/amazon-aurora-serverless-v1-supports-fast-database-cloning/
upvoted 2 times
...
lollyj
2 years, 4 months ago
Selected Answer: A
I chose A over D because I don't believe serverless will be cheaper necessarily.
upvoted 3 times
...
awsjjj
2 years, 7 months ago
Selected Answer: D
aurora server less now supports cloning since june 2021. Question is abount cost effective. i am leanng towards D
upvoted 2 times
awsjjj
2 years, 7 months ago
Although Personally I wouldn't recommend Serverless for production workload with the limitations comes with aurora serverless . A is not a wrong answer either
upvoted 1 times
...
...
JeanGat
2 years, 7 months ago
Selected Answer: A
Going to go with A. Aurora Serverless is a good fit for applications that are not expected to serve traffic on a regular basis, such as development or test environments. So in this case, moving the master to serverless seems kind of backwards.
upvoted 3 times
...
niau
2 years, 10 months ago
Selected Answer: A
A. D It s not correct. Why move to serverless?
upvoted 3 times
...
novice_expert
3 years ago
Selected Answer: D
x A. Run the master in Amazon Aurora MySQL. Create 12 clones in VPC_TEST, and script the clones to be deleted and re-created nightly. (right answer before June 2021 as option D's serverless did not allow clone earlier) x B. snapshot slow x C. Replica not for testing D. Run the master in Amazon Aurora MySQL using Aurora Serverless. Create 12 clones in VPC_TEST, and script the clones to be deleted and re-created nightly. (right answer after 6/2021, serverless v1 supports cloning to same account) https://aws.amazon.com/about-aws/whats-new/2021/06/amazon-aurora-serverless-v1-supports-fast-database-cloning/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Clone.html
upvoted 2 times
...
awsmonster
3 years, 4 months ago
A. Although the question does not mention any info about the production database. I am not convinced to move the production to Aurora Serverless, with these limitations in place: Aurora Serverless v1 doesn't support the following features: Aurora global databases Aurora multi-master clusters Aurora Replicas AWS Identity and Access Management (IAM) database authentication Backtracking in Aurora Database activity streams Performance Insights
upvoted 4 times
guau
2 years, 3 months ago
Severless V2 has not most of that limitations
upvoted 1 times
...
...
scottkerker
3 years, 5 months ago
The best answer will be D after Jun. 21, 2021. According to https://aws.amazon.com/about-aws/whats-new/2021/06/amazon-aurora-serverless-v1-supports-fast-database-cloning/, after Jun. 21, 2021, Amazon Aurora allows you to create clones between Aurora Serverless v1 and provisioned Aurora DB clusters to enable quick sharing of data, i.e., you can create Aurora Serverless v1 clones from Aurora provisioned DB clusters, and you can also create provisioned clones from Aurora Serverless v1 DB clusters.
upvoted 3 times
...
guru_ji
3 years, 6 months ago
I got this Question in exam.
upvoted 2 times
...
guru_ji
3 years, 6 months ago
Answer: A
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago