An enterprise is planning to migrate its on-premises inventory management system to AWS. The system consists of three distinct components:
1. A Java-based web application running on Apache Tomcat. The development team wants to avoid modifying the application code but wishes to eliminate operating system maintenance by hosting it on AWS Fargate.
2. A backend Oracle Database Enterprise Edition 19c that requires high licensing fees. The enterprise wants to eliminate these license costs by migrating to Amazon Aurora PostgreSQL.
3. A legacy reporting system running on a Solaris UNIX server that utilizes a physical hardware key (USB dongle) for license validation. The vendor software does not support x86-64 virtualization, and the software contract is active for another three years.
Which of the following migration strategies represent the correct alignment under the AWS 7 Rs framework for these components? (Select TWO)
- Replatform the web application by containerizing it to run on AWS Fargate without modifying the application code.Answer
- Refactor the database tier by converting the Oracle schema and migrating the database to Amazon Aurora PostgreSQL.Answer
- CReplatform the database tier by using AWS Database Migration Service (AWS DMS) to switch the engine to Amazon Aurora PostgreSQL.
- DRehost the legacy reporting system by deploying the Solaris workload onto Amazon EC2 Dedicated Instances.
- ERehost the legacy reporting system by replicating the Solaris server to AWS using AWS Application Migration Service (MGN).