A logistics company is planning to migrate its fleet management system to AWS. The system consists of the following components:
1. A web application running on Red Hat Enterprise Linux (RHEL) virtual machines. The migration must be completed quickly with zero modification to the application code.
2. A commercial Oracle database containing transactional data. The company wants to migrate this workload to Amazon Aurora PostgreSQL to eliminate license costs and take advantage of serverless scaling, which will require schema conversion and rewriting stored procedures.
3. A legacy dispatch scheduling console running on an unsupported custom UNIX operating system. The console is tied to proprietary local serial-port hardware and cannot be virtualized or moved to the cloud.
Which combination of migration strategies from the 7 Rs framework should the company select for these components?
- Web application: Rehost; Database: Refactor (Rearchitect); Console: RetainCevap
- BWeb application: Rehost; Database: Replatform; Console: Retain
- CWeb application: Replatform; Database: Refactor (Rearchitect); Console: Retain
- DWeb application: Rehost; Database: Refactor (Rearchitect); Console: Retire