An enterprise is planning to migrate its inventory planning system to AWS within a tight three-week timeline. The system consists of three components:
1. A Java-based web application layer running on physical Linux servers that requires no code changes.
2. A backend Oracle database running on physical hardware with extensive proprietary PL/SQL stored procedures. The enterprise wants to eliminate commercial database licensing costs by migrating to a fully managed PostgreSQL engine.
3. A legacy audit utility that requires a physical USB licensing dongle attached to local hardware, which is only executed once per year for compliance auditing.
Which of the following migration strategies represent the most appropriate migration paths for these components based on the 7 Rs framework? (Select TWO.)
- Rehost the Java-based web application layer to Amazon EC2 instances to meet the migration timeline.Answer
- Refactor the backend Oracle database by converting the schema and stored procedures to Amazon Aurora PostgreSQL.Answer
- CReplatform the backend Oracle database directly to Amazon Aurora PostgreSQL without modifying any database code.
- DRehost the legacy audit utility to Amazon EC2 instances using AWS Application Migration Service (AWS MGN).
- EReplatform the legacy audit utility by containerizing it to run on AWS Fargate.