exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 298 discussion

A company runs an ecommerce application in a single AWS Region. The application uses a five-node Amazon Aurora MySQL DB cluster to store information about customers and their recent orders. The DB cluster experiences a large number of write transactions throughout the day.

The company needs to replicate the data in the Aurora database to another Region to meet disaster recovery requirements. The company has an RPO of 1 hour.

Which solution will meet these requirements with the LOWEST cost?

  • A. Modify the Aurora database to be an Aurora global database. Create a second Aurora database in another Region.
  • B. Enable the Backtrack feature for the Aurora database. Create an AWS Lambda function that runs daily to copy the snapshots of the database to a backup Region.
  • C. Use AWS Database Migration Service (AWS DMS). Create a DMS change data capture (CDC) task that replicates the ongoing changes from the Aurora database to an Amazon S3 bucket in another Region.
  • D. Turn off automated Aurora backups. Configure Aurora backups with a backup frequency of 1 hour. Specify another Region as the destination Region. Select the Aurora database as the resource assignment.
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
YodaMaster
Highly Voted 1 year, 10 months ago
Selected Answer: C
Good luck for the exams. I know I'm gonna fail coz it takes me 3 hours just to read the questions. >:(
upvoted 33 times
yorkicurke
1 year, 6 months ago
any news about your exam?
upvoted 3 times
...
yog927
1 year, 1 month ago
The trick is not to read the question first. Here is what I do: 1. Read all options. 2. Eliminate the incorrect ones, and settle on 1 or 2 options. 3. Scroll through the question last.
upvoted 10 times
...
AMYMY
1 year, 3 months ago
I failed just cuz of time mngmnt ,now I'm here again to give myself one more chance,...:-(,..... Anyone here's to help me with exam by sharing their experience??
upvoted 1 times
07c2d2a
1 year, 2 months ago
did you actually see any of the same questions on the test?
upvoted 2 times
...
...
...
SkyZeroZx
Highly Voted 1 year, 10 months ago
if you got far it means you are persistent, good luck on your exam
upvoted 19 times
...
CAIYasia
Most Recent 3 weeks, 3 days ago
Selected Answer: C
D is wrong. Aurora’s built-in automated backups are continuous but not customizable in frequency
upvoted 1 times
...
ahhatem
4 months, 2 weeks ago
Selected Answer: A
I don't know but isn't the exam supposed to be about being a professional architect? What kind of professional architect would recommend C knowing that a 100 thing can go wrong in such a solution!
upvoted 1 times
...
kgpoj
8 months ago
For those who are voting for D, here are a few simple facts: - You can’t disabled Aurora automated backup; - You can’t change Aurora backup frequency - it’s automated and point in time, you just need to define retention period which is the period for which you can perform a point-in-time recovery(1 day for free, max 35)
upvoted 1 times
...
Daniel76
8 months, 3 weeks ago
Between A and C, I choose A. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-getting-started.html#aurora-global-database-attaching For C, note there's high volume of write daily. Can CDC to S3 bucket in another region keep up with 1 hour RPO? Although C has considered lowest cost for backup, does it consider the time taken to restore to full aurora database in the second region up and running?
upvoted 1 times
...
kgpoj
8 months, 3 weeks ago
Selected Answer: C
Ask for 1 hour RPO, cheapest Aurora Global can do 1 second RPO, but expensive DMS with CDC can do 1-hour RPO and cheaper
upvoted 4 times
...
trungtd
10 months, 3 weeks ago
Selected Answer: C
Option A will replicate "the whole database", we only need "data"
upvoted 2 times
...
BrijMohan08
1 year ago
Selected Answer: D
option D provides the most cost-effective solution by leveraging Aurora backups with a 1-hour frequency and cross-Region replication to meet the disaster recovery requirements with the desired RPO.
upvoted 4 times
...
YOUSSEFSWAID
1 year ago
Selected Answer: C
RPO is a requirement and not RTO. They are talking about replicating the data in the Aurora database to another Region to meet disaster recovery requirements.
upvoted 1 times
...
TonytheTiger
1 year, 1 month ago
Selected Answer: A
My head hurts after the reading the last 2 questions and 45 mins later, still confuse. I am looking at the key requirements, RPO <1h, meet DR requirements, and LOWEST Cost. After reading the link below and all of the comments, I think Option A fulfil all the requirements in the question. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html
upvoted 5 times
...
teo2157
1 year, 1 month ago
Selected Answer: A
Github copilot While AWS Database Migration Service (DMS) can be used to replicate ongoing changes from the Aurora database to an Amazon S3 bucket in another region using a change data capture (CDC) task, it's important to note that DMS does not create a standard SQL dump or backup file that can be directly restored to an Aurora database. The data migrated to S3 by DMS is in Apache Parquet format, a columnar storage file format optimized for speed and for a small footprint. This format is not directly restorable to an Aurora database. If you need to restore the data to an Aurora database, you would need to use a service like AWS Glue or Amazon Athena to read the data from S3 and then insert it into Aurora. This process could be complex and time-consuming, and might not meet your RPO of 1 hour.
upvoted 6 times
sashenka
6 months, 1 week ago
RTO is not mentioned in the requirements so all we care about is the RPO of the data. We do not care about the format either so long as all the data is there as of an hour or less prior to the disaster.
upvoted 1 times
...
...
teo2157
1 year, 1 month ago
Selected Answer: A
Use AWS Database Migration Service (AWS DMS). Create a DMS change data capture (CDC) task that replicates the ongoing changes from the Aurora database to an Amazon S3 bucket in another Region. Is it possible to restore data from the S3 bucket to an Aurora Database?
upvoted 1 times
...
adelynllllllllll
1 year, 2 months ago
D: the auto back can be disabled, see the link below: https://repost.aws/questions/QU1FrG5tQkQwi-yHbhT_EdvA/easily-turn-off-the-auto-backups-snapshots-for-rds
upvoted 1 times
thotwielder
1 year, 1 month ago
The link is for RDS not Aurora.
upvoted 1 times
...
...
dankositzke
1 year, 2 months ago
Selected Answer: C
C is the least worst answer
upvoted 2 times
...
Wardove
1 year, 2 months ago
Selected Answer: D
not C because.. DMS is not cheap and moreover, DMS S3 Target support either .csv or parquet format.. good luck with restoring this data into a database from s3 this is not a Disaster Recovery this is purely "playing around with data in a Disaster situation"
upvoted 4 times
...
career360guru
1 year, 5 months ago
Selected Answer: C
As there is no RTO C is best and most cost-effective.
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