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

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

A company is running an Amazon RDS for PostgreSQL DB instance and wants to migrate it to an Amazon Aurora PostgreSQL DB cluster. The current database is 1 TB in size. The migration needs to have minimal downtime.
What is the FASTEST way to accomplish this?

  • A. Create an Aurora PostgreSQL DB cluster. Set up replication from the source RDS for PostgreSQL DB instance using AWS DMS to the target DB cluster.
  • B. Use the pg_dump and pg_restore utilities to extract and restore the RDS for PostgreSQL DB instance to the Aurora PostgreSQL DB cluster.
  • C. Create a database snapshot of the RDS for PostgreSQL DB instance and use this snapshot to create the Aurora PostgreSQL DB cluster.
  • D. Migrate data from the RDS for PostgreSQL DB instance to an Aurora PostgreSQL DB cluster using an Aurora Replica. Promote the replica during the cutover.
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
[Removed]
Highly Voted 3 years, 8 months ago
D. While C would work, the requirement is minimal downtime. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Migrating.html
upvoted 14 times
...
Pranava_GCP
Most Recent 1 year, 8 months ago
Selected Answer: D
D. Migrate data from the RDS for PostgreSQL DB instance to an Aurora PostgreSQL DB cluster using an Aurora Replica. Promote the replica during the cutover. https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Migrating.html#AuroraPostgreSQL.Migrating.RDSPostgreSQL.Replica
upvoted 1 times
...
IhorK
1 year, 10 months ago
D Migrating from RDS PostgreSQL to Aurora PostgreSQL. You have two options when migrating data from RDS PostgreSQL to Aurora PostgreSQL: - Use an RDS PostgreSQL snapshot - Use an Aurora Read Replica for RDS PostgreSQL https://aws.amazon.com/blogs/database/migrate-to-an-amazon-aurora-postgresql-instance-from-another-postgresql-source/
upvoted 1 times
...
mraronsimon
1 year, 11 months ago
Selected Answer: D
The correct answer is D. The keyword is "FASTEST" ~ minimal downtime / minimal effort "You can migrate your existing Amazon RDS MySQL databases to Amazon Aurora using Aurora Read Replica. This solution is beneficial since it's completely managed and does not involve manually configuring replication functionality to reduce downtime during migration." "PostgreSQL follows the same process as the one described previously for MySQL for migration." https://docs.aws.amazon.com/whitepapers/latest/migrating-databases-to-amazon-aurora/migration-using-aurora-read-replica.html
upvoted 1 times
...
SteveMartin9
2 years, 4 months ago
Selected Answer: D
Author from the Udemy.com practice test says D is the correct answer.
upvoted 1 times
...
sirfans
2 years, 7 months ago
Selected Answer: D
D is the right option
upvoted 1 times
...
novice_expert
3 years, 1 month ago
Selected Answer: D
C - snapshot will take time (and new transactions lost) D- Replica is fast
upvoted 2 times
...
RotterDam
3 years, 3 months ago
Selected Answer: D
D is absolutely correct
upvoted 1 times
...
pcpcpc888
3 years, 3 months ago
We need the SPEEDIEST solution, however, we also need a reasonable solution; how would we deal with database changes when restoring the database when we pick B? AWS perform that job for us when choosing D.
upvoted 2 times
...
jove
3 years, 5 months ago
Keywords : seamless and speediest.. Answer : Option D
upvoted 2 times
...
GMartinelli
3 years, 6 months ago
Selected Answer: D
Option D
upvoted 1 times
...
Anuragdba
3 years, 7 months ago
D: because in question talking about minimum downtime .
upvoted 1 times
...
aws4myself
3 years, 7 months ago
D is the correct answer, Read Replica is faster than snapshots
upvoted 2 times
...
guru_ji
3 years, 7 months ago
D ==>> Correct Answer.
upvoted 1 times
...
jayshah7
3 years, 7 months ago
if we say C is fastest then how to handle changes to source server while snapshot is being transferred and getting applied to target ?
upvoted 2 times
...
LMax
3 years, 7 months ago
Answer D
upvoted 2 times
...
jyrajan
3 years, 7 months ago
Answer D. When you take a snapshot there will be a temporary suspension of I/O Services, now this can be seconds or longer, but our size is 1TB which means that there will be downtime, so based on that the answer is D
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 ...