A manufacturing enterprise is planning to migrate its legacy Enterprise Resource Planning (ERP) platform and associated satellite services to AWS. The migration must be completed within a strict six-month window, and the solutions architect must minimize ongoing administrative overhead. The application portfolio contains the following workloads:
1. Core ERP Web Tier: A Python Django application hosted on Ubuntu virtual machines. The web tier must be migrated with no modifications to its core business logic, but the enterprise wants to eliminate server management and operating system patching.
2. ERP Database: An on-premises Oracle Database instance using proprietary PL/SQL packages. The enterprise wants to eliminate licensing costs by migrating to Amazon Aurora PostgreSQL and has allocated a dedicated database engineering team to convert the schema and rewrite database code.
3. Legacy Shipping Integration: A Windows-based service running on Windows Server 2012. The application has no active vendor support, and the source code is unavailable. The system must be migrated as-is with a downtime window of less than one hour.
4. Warehouse Inventory Sync Service: A local synchronization utility that interfaces directly with physical Programmable Logic Controller (PLC) hardware via dedicated physical serial ports in the warehouse.
Which combination of migration strategies represents the most appropriate 7 Rs path for each workload component based on these requirements and constraints?
- ACore ERP Web Tier: Rehost; ERP Database: Replatform; Legacy Shipping Integration: Rehost; Warehouse Inventory Sync Service: Retain
- Core ERP Web Tier: Replatform; ERP Database: Refactor; Legacy Shipping Integration: Rehost; Warehouse Inventory Sync Service: RetainAnswer
- CCore ERP Web Tier: Replatform; ERP Database: Refactor; Legacy Shipping Integration: Replatform; Warehouse Inventory Sync Service: Retire
- DCore ERP Web Tier: Refactor; ERP Database: Replatform; Legacy Shipping Integration: Rehost; Warehouse Inventory Sync Service: Retain