An enterprise is planning to migrate its inventory tracking system to AWS. The system consists of three main components:
1. Web Tier: A Java web application currently running on Apache Tomcat on VMware virtual machines (VMs). The enterprise wants to migrate it to AWS without modifying its code, but aims to eliminate the overhead of managing VMs and operating system patching.
2. Database: A Microsoft SQL Server database. The enterprise wants to migrate this database to Amazon Aurora PostgreSQL to eliminate licensing fees. They have allocated budget and time for schema conversion and application code adjustments.
3. Legacy File Archiver: A legacy tool running on a physical on-premises Windows server. It uses a node-locked license tied to the hardware MAC address of the physical server. The software vendor is out of business, so the license cannot be modified or reissued, and the tool remains business-critical.
Which combination of migration strategies represents the most appropriate alignment with the 7 Rs framework for these components?
- AWeb Tier: Rehost; Database: Replatform; Legacy File Archiver: Retain
- BWeb Tier: Refactor; Database: Refactor; Legacy File Archiver: Retain
- Web Tier: Replatform; Database: Refactor; Legacy File Archiver: RetainCevap
- DWeb Tier: Replatform; Database: Replatform; Legacy File Archiver: Retire