A financial services organization is planning to migrate its loan processing system to AWS. The system is composed of three main components:
* A transaction database running on Oracle Database on-premises. To reduce licensing costs, the organization wants to migrate this database to Amazon Aurora PostgreSQL, which will require converting schemas and rewriting database stored procedures.
* A web portal running on JBoss EAP on physical servers. The organization wants to package the portal into a container image and run it on Amazon ECS using AWS Fargate to reduce operational overhead, without making any modifications to the application code.
* A legacy document archival tool that integrates with a physical on-premises Hardware Security Module (HSM) appliance. Due to compliance and physical hardware dependencies, this tool must remain in the on-premises data center and communicate with AWS via AWS Direct Connect.
Which of the following identifies the most appropriate migration strategies for these three components?
- Refactor the database, replatform the web portal, and retain the archival tool.Cevap
- BReplatform the database, rehost the web portal, and retain the archival tool.
- CRefactor the database, refactor the web portal, and relocate the archival tool.
- DReplatform the database, replatform the web portal, and retire the archival tool.