A regional retail chain wants to migrate its custom inventory management system to AWS. The system is composed of three components: a stateless PHP web interface running on Apache, an Oracle 19c database, and a legacy reporting daemon that is bound to a physical hardware dongle on-premises.
The migration must satisfy the following requirements:
- The PHP web interface must be migrated with minimal changes, but the team wants to eliminate operating system administration and patching overhead.
- The Oracle database must be migrated to Amazon Aurora PostgreSQL to eliminate licensing costs, which requires converting the database schema and rewriting complex stored procedures.
- The reporting daemon must continue to generate weekly reports, but cannot be virtualized or migrated to the cloud due to the hardware lock.
Which combination of migration strategies from the 7 Rs framework should the company select for these components?
- Replatform the web interface, refactor the database, and retain the reporting daemon.Answer
- BRehost the web interface, replatform the database, and retain the reporting daemon.
- CReplatform the web interface, replatform the database, and retire the reporting daemon.
- DRefactor the web interface, refactor the database, and relocate the reporting daemon.