
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
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?
A
Migrate the Oracle database to an Amazon EC2 instance. Set up database replication to a different AWS Region.
B
Migrate the Oracle database to Amazon RDS for Oracle. Activate Cross-Region automated backups to replicate the snapshots to another AWS Region.
C
Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region.
D
Migrate the Oracle database to Amazon RDS for Oracle. Create a standby database in another Availability Zone.
Explanation:
Correct Answer: C - Migrate the Oracle database to Amazon RDS Custom for Oracle. Create a read replica for the database in another AWS Region.
Why this is correct:
Maintain access to the underlying operating system: This is the key requirement. Amazon RDS Custom for Oracle allows customers to access the underlying operating system and customize the database environment, unlike standard RDS for Oracle which is a managed service with restricted OS access.
Upgrade to the most recent available version: RDS Custom supports the latest Oracle database versions and allows customers to control the upgrade schedule.
Minimize operational overhead: RDS Custom provides automated backups, patching, and monitoring while still allowing OS-level access, reducing operational overhead compared to self-managed EC2 instances.
Disaster recovery setup: Creating a read replica in another AWS Region provides a disaster recovery solution with data replication across regions.
Why other options are incorrect:
A. EC2 instance with cross-region replication:
B. RDS for Oracle with Cross-Region automated backups:
D. RDS for Oracle with standby in another AZ:
Key AWS Services Understanding:
This solution balances the need for OS access with minimized operational overhead while providing proper disaster recovery capabilities.