An enterprise is planning to migrate a legacy retail order management system to AWS. The migration must be completed within 6 months due to an upcoming data center lease expiration. The system consists of three distinct tiers:
* Presentation Tier: A custom Node.js web application running on VM instances. The development team has containerized the application locally and wants to run it on a managed container service (Amazon ECS on AWS Fargate) to reduce operational overhead without modifying any application code.
* Database Tier: An Oracle Database 19c running on IBM AIX. The database has complex PL/SQL packages. The enterprise wants to migrate the database to Amazon Aurora PostgreSQL to eliminate expensive Oracle licensing costs. The schema and code migration will require utilizing the AWS Schema Conversion Tool (AWS SCT) and rewriting database stored procedures.
* Legacy Processing Tier: A proprietary, COBOL-based batch processing engine that runs on a mainframe. The system relies on physical USB security keys connected to the mainframe hardware for cryptographic validation. There is no timeline or budget to refactor this application, and it must remain operational.
Which of the following migration strategy mappings should the solutions architect recommend under the 7 Rs framework? (Select TWO.)
- Refactor the Database Tier by using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS) to convert the schema and rewrite stored procedures for Amazon Aurora PostgreSQL.Answer
- Retain the Legacy Processing Tier on-premises because the mainframe workload depends on physical USB hardware keys that cannot be virtualized or replicated in the cloud.Answer
- CReplatform the Database Tier by using AWS Schema Conversion Tool (AWS SCT) to migrate the Oracle database schema to Amazon Aurora PostgreSQL without modifying application code.
- DRehost the Legacy Processing Tier by using AWS Application Migration Service (MGN) to lift-and-shift the mainframe operating system blocks directly to Amazon EC2.
- ERehost the Database Tier by using AWS Database Migration Service (AWS DMS) to perform a direct schema-only lift-and-shift of the Oracle database on IBM AIX to Amazon RDS for PostgreSQL.