Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 197 discussion

A company has a Microsoft .NET application that runs on an on-premises Windows Server. The application stores data by using an Oracle Database Standard Edition server. The company is planning a migration to AWS and wants to minimize development changes while moving the application. The AWS application environment should be highly available.

Which combination of actions should the company take to meet these requirements? (Choose two.)

  • A. Refactor the application as serverless with AWS Lambda functions running .NET Core.
  • B. Rehost the application in AWS Elastic Beanstalk with the .NET platform in a Multi-AZ deployment.
  • C. Replatform the application to run on Amazon EC2 with the Amazon Linux Amazon Machine Image (AMI).
  • D. Use AWS Database Migration Service (AWS DMS) to migrate from the Oracle database to Amazon DynamoDB in a Multi-AZ deployment.
  • E. Use AWS Database Migration Service (AWS DMS) to migrate from the Oracle database to Oracle on Amazon RDS in a Multi-AZ deployment.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
DavidNamy
Highly Voted 1 year, 5 months ago
Selected Answer: BE
B. Rehost the application in AWS Elastic Beanstalk with the .NET platform in a Multi-AZ deployment. E. Use AWS Database Migration Service (AWS DMS) to migrate from the Oracle database to Oracle on Amazon RDS in a Multi-AZ deployment. Rehosting the application in Elastic Beanstalk with the .NET platform can minimize development changes. Multi-AZ deployment of Elastic Beanstalk will increase the availability of application, so it meets the requirement of high availability. Using AWS Database Migration Service (DMS) to migrate the database to Amazon RDS Oracle will ensure compatibility, so the application can continue to use the same database technology, and the development team can use their existing skills. It also migrates to a managed service, which will handle the availability, so the team do not have to worry about it. Multi-AZ deployment will increase the availability of the database.
upvoted 13 times
...
vijaykamal
Highly Voted 9 months, 1 week ago
Selected Answer: BE
DynamoDB is NoSQL - E it out Replatform requires considerable overhead - C is out Lambda function is for running code for short duration - A is out Answer - BE
upvoted 5 times
...
lofzee
Most Recent 1 month, 1 week ago
Selected Answer: BE
BE = least effort approach.. basically a lift and shift which is what the questions is asking for
upvoted 1 times
...
hardy1234567
2 months, 2 weeks ago
d - incorrect at all. Doesn't exist way for migration oracle to dinamoDB.
upvoted 1 times
...
awsgeek75
6 months, 1 week ago
Selected Answer: BE
E for minimizing development changes by using same Oracle engine but in highly available deployment. C and D require platform change so it won't work as it increases development. A is also development work of converting .Net to .Net core Lambda functions. May not even be possible. B is simple lift and shift BE is correct
upvoted 2 times
...
TariqKipkemei
9 months, 3 weeks ago
Selected Answer: BE
Minimize development changes + High availability = AWS Elastic Beanstalk and Oracle on Amazon RDS in a Multi-AZ deployment
upvoted 1 times
...
Guru4Cloud
10 months, 3 weeks ago
Selected Answer: B
B) Rehost the application in AWS Elastic Beanstalk with the .NET platform in a Multi-AZ deployment. E) Use AWS Database Migration Service (AWS DMS) to migrate from the Oracle database to Oracle on Amazon RDS in a Multi-AZ deployment. The reasons are: ° Rehosting in Elastic Beanstalk allows lifting and shifting the .NET application with minimal code changes. Multi-AZ deployment provides high availability. ° Using DMS to migrate the Oracle data to RDS Oracle in Multi-AZ deployment minimizes changes for the database while achieving high availability. ° Together this "lift and shift" approach minimizes refactoring needs while providing HA on AWS.
upvoted 1 times
...
cookieMr
1 year ago
Selected Answer: BE
B. This allows the company to migrate the application to AWS without significant code changes while leveraging the scalability and high availability provided by EBS's Multi-AZ deployment. E. This enables the company to migrate the Oracle database to RDS while maintaining compatibility with the existing application and leveraging the Multi-AZ deployment for high availability. A. would require significant development changes and may not provide the same level of compatibility as rehosting or replatforming options. C. would still require changes to the application and the underlying infrastructure, whereas rehosting with EBS minimizes the need for modification. D. would likely require significant changes to the application code, as DynamoDB is a NoSQL database with a different data model compared to Oracle.
upvoted 3 times
...
markw92
1 year ago
Answer is BE. No idea why D was chosen. That requires development work and question clearly states minimize development changes, changing db from Oracle to DynamoDB is LOT of development.
upvoted 2 times
...
Bmarodi
1 year, 1 month ago
Selected Answer: BE
B + E are the anwers that fulfil the requirements.
upvoted 1 times
...
cheese929
1 year, 2 months ago
Selected Answer: BE
B and E
upvoted 1 times
...
Nikhilcy
1 year, 2 months ago
why not C?
upvoted 2 times
AlankarJ
1 year, 1 month ago
It runs on a windows server, shifting the whole this to Linux based EC2 would be extra work and of no sense
upvoted 1 times
...
...
k33
1 year, 3 months ago
Selected Answer: BE
Answer : BE
upvoted 1 times
...
waiyiu9981
1 year, 6 months ago
Why A is wrong?
upvoted 1 times
gustavtd
1 year, 6 months ago
Because that needs some development,
upvoted 2 times
...
...
Buruguduystunstugudunstuy
1 year, 6 months ago
Selected Answer: BE
B. Rehost the application in AWS Elastic Beanstalk with the .NET platform in a Multi-AZ deployment. E. Use AWS Database Migration Service (AWS DMS) to migrate from the Oracle database to Oracle on Amazon RDS in a Multi-AZ deployment. To minimize development changes while moving the application to AWS and to ensure a high level of availability, the company can rehost the application in AWS Elastic Beanstalk with the .NET platform in a Multi-AZ deployment. This will allow the application to run in a highly available environment without requiring any changes to the application code. The company can also use AWS Database Migration Service (AWS DMS) to migrate the Oracle database to Oracle on Amazon RDS in a Multi-AZ deployment. This will allow the company to maintain the existing database platform while still achieving a high level of availability.
upvoted 4 times
...
techhb
1 year, 6 months ago
Selected Answer: BE
B&E Option ,because D is for No-Sql
upvoted 1 times
JayBee65
1 year, 5 months ago
And requires additional development effort
upvoted 1 times
...
...
career360guru
1 year, 6 months ago
B&E Option
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
ex Want to SAVE BIG on Certification Exam Prep?
close
ex Unlock All Exams with ExamTopics Pro 75% Off
  • arrow Choose From 1000+ Exams
  • arrow Access to 10 Exams per Month
  • arrow PDF Format Available
  • arrow Inline Discussions
  • arrow No Captcha/Robot Checks
Limited Time Offer
Ends in