Q: 19
A company is planning to migrate an Amazon RDS for Oracle database to an RDS for PostgreSQL DB
instance in another AWS account. A solutions architect needs to design a migration strategy that will
require no downtime and that will minimize the amount of time necessary to complete the
migration. The migration strategy must replicate all existing data and any new data that is created
during the migration The target database must be identical to the source database at completion of
the migration process
All applications currently use an Amazon Route 53 CNAME record as their endpoint for
communication with the RDS for Oracle DB instance The RDS for Oracle DB instance is in a private
subnet.
Which combination of steps should the solutions architect take to meet these requirements? (Select
THREE)
Options
Discussion
A/C/E? Usually A covers schema migration, C is about VPC peering for secure cross-account DB traffic, and E handles the full+CDC using DMS to minimize downtime. Just watch out: if the source DB had been public, D might work but that's not the case here. See this type pop up a lot in practice questions.
C/D? I actually think D can work since making the DB public is quick and might help with speedy migrations, even though it's a bit risky. Saw similar questions where that was the trap.
Its A, C, E. Saw similar in practice exams and official guide covers the same steps.
A. C and E make sense here. You need AWS SCT to move the schema (A), VPC peering for secure private connectivity (C), and DMS full load + CDC for zero downtime migration (E). D feels risky since making prod DB public is never best practice. Open if someone spots a catch.
D imo. It's fast but not really secure, so kinda depends how strict the question is.
Probably D, since making the source DB temporarily public would give access from the target account without setting up VPC peering. Not super secure but I think it matches the connectivity requirement if you need something quick. Open to being wrong though.
C vs D. I think D works if you open up the source, but it's not usually recommended in prod.
A C, E. Schema conversion (A), VPC peering for network (C), and DMS with full load plus CDC (E) is the usual path for cross-account minimal downtime migrations. Pretty sure that's right for this scenario.
Be respectful. No spam.
Question 19 of 35