A media company is planning to migrate its video production and archiving platform to AWS. The platform consists of three main components:
1. A proprietary video transcoding engine compiled as a legacy C++ binary. It runs on a specialized Linux kernel configuration with custom hardware optimizations. The source code is unavailable, and the engine cannot be modified or containerized.
2. A metadata store currently running on an on-premises Oracle database. The database uses complex, custom PL/SQL stored procedures. The company wants to modernize this store to Amazon Aurora PostgreSQL to reduce licensing costs, which will require schema rewrite and query modifications using the AWS Schema Conversion Tool (SCT).
3. A legacy media archiving library stored on physical LTO tape drives. The tapes contain historical footage that is rarely accessed but must be kept for regulatory compliance. The company has decided not to migrate this tape library to AWS during the initial phase and will keep it in the on-premises datacenter.
Which combination of migration strategies represents the most appropriate 7 Rs pathways for these components?
- ATranscoding engine: Replatform; Metadata store: Replatform; Legacy archive: Retain
- BTranscoding engine: Rehost; Metadata store: Replatform; Legacy archive: Retire
- Transcoding engine: Rehost; Metadata store: Refactor; Legacy archive: RetainAnswer
- DTranscoding engine: Refactor; Metadata store: Rehost; Legacy archive: Retire