A company runs an Oracle database on premises. As part of the company’s migration to AWS, the company wants to upgrade the database to the most recent available version. The company also wants to set up disaster recovery (DR) for the database. The company needs to minimize the operational overhead for normal operations and DR setup. The company also needs to maintain access to the database's underlying operating system. Which solution will meet these requirements?
Select an option, then click Submit answer.
Reference / correct answer:
Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region.
Most accepted answer: C. Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region.
Community votes: A=2, C=10, D=1
Option C since RDS Custom has access to the underlying OS and it provides less operational overhead. Also, a read replica in another Region can be used for DR activities. https://aws.amazon.com/blogs/database/implementing-a-disaster-recovery-strategy-with-amazon-rds/ upvoted 45 times KalarAzar 3 years, 1 month ago You can't create cross-Region replicas in RDS Custom for Oracle: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html#custom-rr.limitations upvoted 23 times ...
You can't create cross-Region replicas in RDS Custom for Oracle: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-rr.html#custom-rr.limitations upvoted 23 times
Selected Answer: C It should be C: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html and https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-custom-oracle.html upvoted 21 times bhgt 2 years, 10 months ago how it is C when the read replica is not meant for DR upvoted 3 times wsdasdasdqwdaw 2 years, 9 months ago If the source DB instance fails, you can promote your Read Replica to a standalone source server. upvoted 14 times ... ...
how it is C when the read replica is not meant for DR upvoted 3 times wsdasdasdqwdaw 2 years, 9 months ago If the source DB instance fails, you can promote your Read Replica to a standalone source server. upvoted 14 times ...
If the source DB instance fails, you can promote your Read Replica to a standalone source server. upvoted 14 times