A healthcare enterprise is planning to migrate its patient portal and billing system to AWS. The migration must be completed within 3 months, and the team has minimal developer resources to modify application code. An assessment of the current architecture reveals three primary components:
1. A web frontend running on Windows Server 2012 R2. The enterprise wants to eliminate OS-level licensing and patching overhead, but the .NET application code cannot be rewritten.
2. A backend database running on Oracle Database 19c Enterprise Edition. The database relies heavily on complex PL/SQL stored procedures that are tightly coupled with the frontend. A database downtime window of less than 2 hours is required, and administrative overhead must be minimized.
3. A legacy reporting engine running on IBM AIX that requires a physical USB licensing dongle connected to the server.
Which combination of migration strategies represents the most appropriate alignment with the 7 Rs framework?
- AReplatform the web frontend to AWS Lambda; Replatform the database to Amazon Aurora PostgreSQL; Retain the legacy reporting engine on-premises.
- Replatform the web frontend to containers on AWS Fargate; Replatform the database to Amazon RDS for Oracle; Retain the legacy reporting engine on-premises.Cevap
- CRehost the web frontend to Amazon EC2; Replatform the database to Amazon RDS for Oracle; Rehost the legacy reporting engine to Amazon EC2.
- DRefactor the web frontend to run on AWS Fargate; Rehost the database to Oracle on Amazon EC2; Relocate the legacy reporting engine to VMware Cloud on AWS.