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

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

A database specialist is managing an application in the us-west-1 Region and wants to set up disaster recovery in the us-east-1 Region. The Amazon Aurora
MySQL DB cluster needs an RPO of 1 minute and an RTO of 2 minutes.
Which approach meets these requirements with no negative performance impact?

  • A. Enable synchronous replication.
  • B. Enable asynchronous binlog replication.
  • C. Create an Aurora Global Database.
  • D. Copy Aurora incremental snapshots to the us-east-1 Region.
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
Jaypdv
Highly Voted 3 years, 7 months ago
C. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html
upvoted 13 times
...
Pranava_GCP
Most Recent 1 year, 9 months ago
Selected Answer: C
C. Create an Aurora Global Database. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html
upvoted 2 times
...
ninjalight25
2 years, 3 months ago
Selected Answer: A
Enable synchronous replication: Synchronous replication ensures that data is written to both the primary and standby DB clusters before the transaction is committed. This means that the secondary cluster is always in sync with the primary, with minimal lag time, and can be promoted to primary in case of a failure. This approach meets the RPO and RTO requirements and ensures there is no data loss or downtime.
upvoted 2 times
jitesh_k
1 year, 6 months ago
How about performance impact?
upvoted 1 times
...
...
novice_expert
3 years, 1 month ago
Selected Answer: C
C. Create an Aurora Global Database. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html Managed planned failover RPO = 0 sec, RTO = minutes
upvoted 4 times
...
AriraAWS
3 years, 4 months ago
Selected Answer: C
C is the right answer.
upvoted 1 times
...
Aesthet
3 years, 7 months ago
C final answer
upvoted 3 times
...
shantest1
3 years, 8 months ago
C. I believe
upvoted 2 times
shantest1
3 years, 8 months ago
Sync replication not available cross region If I am not wrong.
upvoted 2 times
Hariru
3 years, 4 months ago
So if we want to have it in the same region, synchronous replication would be a better solution?
upvoted 1 times
khchan123
3 years ago
No. You can use multi-AZ read replica for single region DR.
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 ...