
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 its application on an Oracle database. The company plans to quickly migrate to AWS because of limited resources for the database, backup administration, and data center maintenance. The application uses third-party database features that require privileged access.
Which solution will help the company migrate the database to AWS MOST cost-effectively?
A
Migrate the database to Amazon RDS for Oracle. Replace third-party features with cloud services.
B
Migrate the database to Amazon RDS Custom for Oracle. Customize the database settings to support third-party features.
C
Migrate the database to an Amazon EC2 Amazon Machine Image (AMI) for Oracle. Customize the database settings to support third-party features.
D
Migrate the database to Amazon RDS for PostgreSQL by rewriting the application code to remove dependency on Oracle APEX.
Explanation:
Correct Answer: B - Migrate the database to Amazon RDS Custom for Oracle. Customize the database settings to support third-party features.
Why this is the most cost-effective solution:
RDS Custom for Oracle is specifically designed for scenarios where:
Cost-effectiveness factors:
Why other options are less cost-effective:
Option A (RDS for Oracle): While RDS for Oracle is managed, it doesn't allow privileged access or support for third-party features that require customization. Replacing third-party features with cloud services would require significant development effort and testing.
Option C (EC2 AMI for Oracle): This requires full self-management of the database (backups, patching, maintenance), which contradicts the company's goal of reducing database administration overhead. While it allows customization, it's not cost-effective due to high operational overhead.
Option D (RDS for PostgreSQL): Rewriting application code to remove Oracle dependencies is expensive, time-consuming, and risky. This approach has high migration costs and requires extensive testing.
Key considerations:
AWS Service Context: