An enterprise is planning to migrate a trade clearing platform to AWS. The platform consists of the following components:
* Front-end Web Portal: Runs on Apache HTTP Server on enterprise Linux virtual machines (VMs). No source code is available, but it can be easily installed or packaged.
* Core Transaction Backend: A Java Spring Boot service running on custom on-premises middleware. It requires upgrading to the latest Java runtime to comply with enterprise security policies. The business wants to package it to reduce infrastructure management overhead.
* Backend Database: Runs on Microsoft SQL Server Enterprise Edition. It has heavy dependencies on Windows-specific Active Directory authentication. Due to licensing constraints and a strict 2-hour downtime window, the team cannot migrate this database engine to open-source engines or modify the application database layer.
* Legacy Reporting Service: Runs on an older IBM AIX server. The organization has decided that this reporting tool is no longer needed as reporting functions are moving to a new SaaS platform in 9 months. However, it must remain fully functional on-premises until the SaaS platform goes live.
Which combination of migration strategies represents the most appropriate mapping for these components according to the 7 Rs framework? (Select TWO.)
- Replatform the core transaction backend by containerizing it for Amazon ECS on AWS Fargate, and Replatform the database by migrating it to Amazon RDS for SQL Server.Cevap
- Retain the legacy reporting service on-premises, and Rehost the front-end web portal to Amazon EC2 using AWS Application Migration Service (MGN).Cevap
- CRefactor the core transaction backend by containerizing it for Amazon ECS on AWS Fargate, and Replatform the database by migrating it to Amazon Aurora PostgreSQL.
- DReplatform the legacy reporting service by migrating the workload to an Amazon EC2 instance running Red Hat Enterprise Linux (RHEL), and Rehost the database to Amazon RDS for SQL Server.
- ERefactor the database by migrating it to Amazon RDS for SQL Server to preserve Windows-specific Active Directory authentication, and Retire the legacy reporting service immediately.
- FRehost the front-end web portal by containerizing it to run on AWS Fargate, and Relocate the legacy reporting service to VMware Cloud on AWS.