
Answer-first summary for fast verification
Answer: Rehost on AWS Elastic Beanstalk with .NET, ensuring Multi-AZ deployment., Use AWS DMS to migrate the Oracle database to Oracle on Amazon RDS with Multi-AZ.
To meet the requirements of minimizing development changes and ensuring high availability, the company should: 1. Rehost the .NET application in AWS Elastic Beanstalk with the Multi-AZ deployment (Option B). This allows the application to run on AWS with minimal changes while providing high availability. 2. Use AWS Database Migration Service (AWS DMS) to migrate the Oracle database to Oracle on Amazon RDS with Multi-AZ (Option E). This ensures that the database remains on Oracle, avoiding significant changes, and provides high availability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company with a Microsoft .NET application on an on-premises Windows Server and Oracle Database Standard Edition is planning an AWS migration. They aim to minimize code changes and ensure high availability. What two actions should they take?
A
Refactor to serverless using AWS Lambda with .NET Core.
B
Rehost on AWS Elastic Beanstalk with .NET, ensuring Multi-AZ deployment.
C
Migrate to Amazon EC2 using Amazon Linux AMI.
D
Use AWS DMS to migrate the Oracle database to Amazon DynamoDB with Multi-AZ.
E
Use AWS DMS to migrate the Oracle database to Oracle on Amazon RDS with Multi-AZ.
No comments yet.